From bfd2dc781eb271ff5780f0d7ba67941293b3b84f Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 6 Jul 2021 23:08:38 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 0067c04..e0a55d5 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -2122,6 +2122,15 @@ window.background > box.vertical > headerbar:not(.titlebar) { // reset headerbar border-style: none; } } + + entry, &:selected entry { + background-color: $base_color; + + &:focus { + color: $fg_color; + background-color: mix(white, $base_color, 8%); + } + } } //