From 9541eb46e011069cf301b7eeae76b0ff7d4a7c0b Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 11 Dec 2023 10:32:49 +0100 Subject: [PATCH] fix(style): according to feedback in PR * Use default (white) text in active buttons in light mode. * Add a 2px margin between menubar buttons to have a bit of spacing when two buttons are active next to each other. Signed-off-by: Max --- src/components/Menu/ActionEntry.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/Menu/ActionEntry.scss b/src/components/Menu/ActionEntry.scss index 553282f4a58..de622dd00a4 100644 --- a/src/components/Menu/ActionEntry.scss +++ b/src/components/Menu/ActionEntry.scss @@ -5,7 +5,6 @@ border: 0; // opacity: 0.5; position: relative; - color: var(--color-main-text); background-color: transparent; vertical-align: top; box-shadow: none; @@ -43,9 +42,7 @@ } .button-vue { - svg { - fill: var(--color-main-text); - } + margin-right: 2px; } .action-item__menutoggle.action-item__menutoggle--with-icon-slot {