[gnome-shell-sass] popupMenu: Use .selected class for active item



commit bc0a7a9fcdc32bf79679542dba41a4a6de5615f1
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Mar 17 15:25:34 2015 +0100

    popupMenu: Use .selected class for active item
    
    Currently it uses .active, which matches the code more closely, but
    is confusingly close to :active; so .selected it is ...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745246

 _common.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 6e610d1..9bce5bb 100644
--- a/_common.scss
+++ b/_common.scss
@@ -443,7 +443,7 @@ StScrollBar {
     &:insensitive { color: transparentize($fg_color,.5); }
   }
 
-  .active {
+  .selected {
     background-color: $selected_bg_color;
   }
 


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