[libadwaita/wip/exalm/stylesheet2: 37/97] stylesheet: Don't require .titlebar for devel style




commit 23264f918618dde642075ead6410eac048c75b17
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 19:14:43 2021 +0500

    stylesheet: Don't require .titlebar for devel style
    
    Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/98

 src/stylesheet/_common.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index b898f03..1e94977 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1497,7 +1497,7 @@ headerbar {
 // Development versions of apps to use a differently styled headerbar
 
 window.devel {
-  headerbar.titlebar {
+  headerbar {
     $c: darken($bg_color, 10%);
     $gradient: cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px 
no-repeat,
                linear-gradient(to right, transparent 65%, transparentize($selected_bg_color, 0.8)),


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