[gnome-shell-sass] _common: Fix active button style on solid panel



commit d509706ff45800e1c15166d8f803577abfe9f240
Author: Exalm <exalm7659 gmail com>
Date:   Wed Jan 17 23:37:12 2018 +0500

    _common: Fix active button style on solid panel
    
    Fix regression from bug 747163
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792616

 _common.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index ac1b2f4..d166075 100644
--- a/_common.scss
+++ b/_common.scss
@@ -837,7 +837,7 @@ StScrollBar {
       color: #ccc;
       text-shadow: none;
 
-      &:hover {
+      &:hover, &:active, &:overview, &:focus, &:checked {
         color: lighten($fg_color, 10%);
       }
     }


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