[libadwaita/wip/exalm/accent: 9/17] stylesheet: Don't add background to message dialog headers




commit 7e0de41ff5bb65b41709bdd52096d5757494d7a7
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Jun 11 23:22:35 2021 +0500

    stylesheet: Don't add background to message dialog headers

 src/stylesheet/widgets/_message-dialog.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_message-dialog.scss b/src/stylesheet/widgets/_message-dialog.scss
index 968b124f..1924e388 100644
--- a/src/stylesheet/widgets/_message-dialog.scss
+++ b/src/stylesheet/widgets/_message-dialog.scss
@@ -1,8 +1,7 @@
 window.dialog.message {
   .titlebar {
     min-height: 20px;
-    background-image: none;
-    background-color: $bg_color;
+    background: none;
     border-style: none;
     border-top-left-radius: 7px;
     border-top-right-radius: 7px;


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