Fixed gray background on tinymce crop button

This commit is contained in:
Giga Chubinidze 2023-08-22 18:33:09 +04:00
parent c8bc4bef01
commit 74c1691ae6

View file

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