fix-bg-color (#1016)

This commit is contained in:
Dmitriy Antipov
2023-04-30 03:21:48 +03:00
committed by GitHub
parent 8a1b6452bd
commit 1652fc5ffa

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;
}