From 1652fc5ffa04bd28d1b6bdbd00a8f2778437965e Mon Sep 17 00:00:00 2001 From: Dmitriy Antipov Date: Sun, 30 Apr 2023 03:21:48 +0300 Subject: [PATCH] fix-bg-color (#1016) --- theme/style.less | 5 +++++ 1 file changed, 5 insertions(+) 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; }