diff --git a/theme/style.less b/theme/style.less index 12ee46e9..0c478229 100644 --- a/theme/style.less +++ b/theme/style.less @@ -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; }