[libadwaita/wip/exalm/oapcity: 2/6] stylesheet: Lower disabled opacity




commit 79069b77329594d8f0fe979db18e3d33dcbbe26e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Oct 21 23:10:53 2021 +0500

    stylesheet: Lower disabled opacity
    
    Use 0.3 instead of 0.5. Keep it at 0.5 for HC.

 src/stylesheet/_colors.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index eb2125f7..058bc5b8 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -79,7 +79,7 @@ $drop_target_color: $accent_bg_color;
 //special cased widget colors
 $focus_border_color:  gtkalpha($accent_bg_color, 0.5);
 $dim_label_opacity: 0.55;
-$disabled_opacity: 0.5;
+$disabled_opacity: 0.4;
 
 // High Contrast color overrides
 @if $contrast == 'high' {
@@ -87,6 +87,7 @@ $disabled_opacity: 0.5;
   $focus_border_color: gtkalpha($accent_bg_color, 0.8);
 
   $dim_label_opacity: 0.9;
+  $disabled_opacity: 0.6;
 
   $trough_color: gtkalpha(currentColor, .3);
   $trough_hover_color: gtkalpha(currentColor, .4);


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