fix-bg-color (#1016)

This commit is contained in:
Dmitriy Antipov
2023-04-29 17:21:48 -07:00
committed by GitHub
parent 8a1b6452bd
commit 1652fc5ffa
+5
View File
@@ -92,6 +92,11 @@
color: white;
}
/* active toggle */
.ui.item.editor-menuitem .active~.item.toggle {
background: @editorToggleColor!important;
}
.menubar .ui.item.editor-menuitem .item.toggle {
height: 45px;
}