[libadwaita/wip/exalm/backdrop: 5/5] stylesheet: Make the .devel cog less prominent for backdrop




commit dbedb2b1c8bf577fc966f74d2e70bcdd58f075e4
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat May 1 13:54:09 2021 +0500

    stylesheet: Make the .devel cog less prominent for backdrop
    
    Match the widgets inside header bar, make it 50% more transparent so it
    doesn't stand out if it overlaps a widget.

 src/stylesheet/widgets/_header-bar.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_header-bar.scss b/src/stylesheet/widgets/_header-bar.scss
index aeaa8ee..85db564 100644
--- a/src/stylesheet/widgets/_header-bar.scss
+++ b/src/stylesheet/widgets/_header-bar.scss
@@ -165,7 +165,7 @@ window.devel {
     background: $bg_color $gradient;
 
     &:backdrop {
-      background: $bg_color cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 
0/256px 256px no-repeat,
+      background: $bg_color cross-fade(5% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 
0/256px 256px no-repeat,
                   linear-gradient(to right, transparent 65%, transparent),
                   linear-gradient(to top, $bg_color, $bg_color);
     }


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