Merge pull request #6063 from G-Chubinidze/gc_SCI_7976

Fix gray background on tox button [SCI-7976]
This commit is contained in:
artoscinote 2023-08-24 11:08:13 +02:00 committed by GitHub
commit 97f406d0a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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