From b4d1b493d511656837e68fb4f66e9490fde561f9 Mon Sep 17 00:00:00 2001 From: Cleo Menezes Jr Date: Tue, 12 Dec 2023 11:55:54 -0300 Subject: [PATCH] popups: Set shortcut labels to use menu color --- theme/parts/popups.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index af1ad52..ee3688b 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -204,7 +204,8 @@ panelview .unified-extensions-item { } .subviewbutton[shortcut]:after { - opacity: 0.5 !important; + opacity: 0.5 !important; + color: var(--gnome-menu-color) !important; } .bookmark-item .menu-right {