[libadwaita/wip/exalm/menu-color: 2/3] stylesheet: Refresh active menubar item style




commit 28e4e2a0b208951f10576cfb16542f7b7e40b5ad
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu May 13 17:40:56 2021 +0500

    stylesheet: Refresh active menubar item style
    
    Get rid of accent color there.

 src/stylesheet/widgets/_menus.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_menus.scss b/src/stylesheet/widgets/_menus.scss
index 31fc630c..dd27d577 100644
--- a/src/stylesheet/widgets/_menus.scss
+++ b/src/stylesheet/widgets/_menus.scss
@@ -132,10 +132,10 @@ menubar {
   > item {
     min-height: 16px;
     padding: 4px 8px;
+    border-radius: $button_radius;
 
     &:selected { //Seems like it :hover even with keyboard focus
-      box-shadow: inset 0 -3px $selected_bg_color;
-      color: $link_color;
+      background-color: $menu_selected_color;
     }
 
     &:disabled {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]