[gnome-shell-sass] theme: no selected color for hover in popovers



commit 54efb8e52a3ad352d27584ec776a6d5f16bc895b
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Mar 5 12:14:12 2015 +0100

    theme: no selected color for hover in popovers
    
    treat shell popups as gtk popovers, not menus

 _common.scss |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 3c87457..ae92367 100644
--- a/_common.scss
+++ b/_common.scss
@@ -435,8 +435,7 @@ StScrollBar {
       box-shadow: inset 0 1px 0px lighten($borders_color,5%);
       font-weight: bold;
     }
-    &:focus { background-color: $selected_bg_color; color: $selected_fg_color; }
-    &:hover { background-color: transparentize($fg_color,0.9); color: $fg_color; }
+    &:hover,&:focus { background-color: transparentize($fg_color,0.9); color: $fg_color; }
     &:active { background-color: darken($selected_bg_color,5%); color: $selected_fg_color; }
     &:insensitive { color: transparentize($fg_color,.5); }
   }


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