[libadwaita/wip/exalm/recoloring-fixes: 31/32] stylesheet: Stop overriding spinbutton hover color




commit c8aef8b76904171eaf12c3eeaa45eaa64ee20641
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Sep 11 19:31:37 2021 +0500

    stylesheet: Stop overriding spinbutton hover color
    
    It can inherit it just fine.

 src/stylesheet/widgets/_spin-button.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_spin-button.scss b/src/stylesheet/widgets/_spin-button.scss
index c22af4da..3fe3fcdc 100644
--- a/src/stylesheet/widgets/_spin-button.scss
+++ b/src/stylesheet/widgets/_spin-button.scss
@@ -17,7 +17,6 @@ spinbutton {
     color: inherit;
 
     &:hover {
-      color: $text_color;
       background-color: $view_hover_color;
     }
 


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