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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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