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




commit 9f0424328051d7d9a0eeabf417752db51a86e939
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]