[gnome-shell/wip/jimmac/frederik-light] Don't raise hover btn



commit 40340865f70d9089bb729b161b5065efedde2e44
Author: Feichtmeier <frederik feichtmeier gmail com>
Date:   Thu Jun 6 17:28:04 2019 +0200

    Don't raise hover btn

 data/theme/gnome-shell-sass/_common.scss | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 4abf0a7fcb..73b284ef9f 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1911,8 +1911,7 @@ StScrollBar {
     color: $_gdm_fg;
 
     $_hover_c: lighten($_gdm_bg, 5%);
-    &:hover,&:focus {
-      box-shadow: 0 1px 3px $shadow_color;
+    &:hover, &:focus {
       background-color: $_hover_c;
       border-color: $_hover_c;
     }
@@ -1931,7 +1930,7 @@ StScrollBar {
     &:default {
       @include button(normal, $c:$selected_bg_color, $tc:$selected_fg_color);
       border-color: $selected_bg_color;
-      &:hover,&:focus { 
+      &:hover, &:focus { 
         @include button(hover,$c:$selected_bg_color, $tc:$selected_fg_color);
         $_def_hover_c: lighten($selected_bg_color, 5%);
         background-color: $_def_hover_c;


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