[libadwaita/wip/exalm/headerbars: 3/4] stylesheet: Tone down the devel style




commit fbcbd8204dee34c2dddd0e9032ce6565d421be48
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Jun 16 17:04:22 2021 +0500

    stylesheet: Tone down the devel style
    
    Remove the gradient which is problematic for recoloring, slightly lower
    the gear opacity so it doesn't clash with buttons.

 src/stylesheet/widgets/_header-bar.scss | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
---
diff --git a/src/stylesheet/widgets/_header-bar.scss b/src/stylesheet/widgets/_header-bar.scss
index f7f16f67..b19f9c2a 100644
--- a/src/stylesheet/widgets/_header-bar.scss
+++ b/src/stylesheet/widgets/_header-bar.scss
@@ -133,14 +133,6 @@ windowtitle {
 
 window.devel {
   headerbar > windowhandle {
-    $gradient: cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px 
no-repeat,
-               linear-gradient(to right, transparent 65%, gtkalpha($accent_color, 0.2));
-
-    @if $variant == 'dark' {
-      $gradient: cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px 
no-repeat,
-                 linear-gradient(to right, transparent 65%, gtkalpha($accent_color, 0.1));
-    }
-
-    background: $gradient;
+    background: cross-fade(8% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px 
no-repeat;
   }
 }


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