mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Fix gray background on tox button [SCI-7976]
This commit is contained in:
parent
74c1691ae6
commit
584a746018
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@
|
|||
display: flex !important;
|
||||
}
|
||||
|
||||
.tox-tbtn:not(:hover) {
|
||||
.tox-button--icon:not(:hover) {
|
||||
background-color: var(--sn-white) !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue