Fix gray background on tox button [SCI-7976]

This commit is contained in:
Giga Chubinidze 2023-08-24 09:47:24 +04:00
parent 74c1691ae6
commit 584a746018

View file

@ -216,7 +216,7 @@
display: flex !important;
}
.tox-tbtn:not(:hover) {
.tox-button--icon:not(:hover) {
background-color: var(--sn-white) !important;
}