[libadwaita/wip/exalm/scales] stylesheet: Tone down hover and active states for checks




commit 172f077d2e80d1a1d0758026e1968a8f94e678f5
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri May 21 00:04:12 2021 +0500

    stylesheet: Tone down hover and active states for checks
    
    Match switches and scales, as per Tobias' feedback.

 src/stylesheet/widgets/_checks.scss | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/stylesheet/widgets/_checks.scss b/src/stylesheet/widgets/_checks.scss
index c27d812d..105bde4d 100644
--- a/src/stylesheet/widgets/_checks.scss
+++ b/src/stylesheet/widgets/_checks.scss
@@ -24,10 +24,10 @@ radio {
   }
 
   &:hover {
-    background-color: transparentize($text_color, .75);
+    background-color: transparentize($text_color, .8);
 
     &:active {
-      background-color: transparentize(black, .65);
+      background-color: transparentize(black, .75);
     }
   }
 
@@ -41,10 +41,10 @@ radio {
     }
 
     &:hover {
-      background-color: mix($selected_bg_color, $text_color, 80%);
+      background-color: mix($selected_bg_color, $text_color, 90%);
 
       &:active {
-        background-color: mix($selected_bg_color, black, 60%);
+        background-color: mix($selected_bg_color, black, 80%);
       }
     }
   }


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