[libadwaita/wip/exalm/action-row] stylesheet: Ensure action row labels don't inherit header bar styles




commit 211deb84484b99f1c237431bddef3224a1610c79
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed May 4 17:00:36 2022 +0400

    stylesheet: Ensure action row labels don't inherit header bar styles

 src/stylesheet/widgets/_lists.scss | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/src/stylesheet/widgets/_lists.scss b/src/stylesheet/widgets/_lists.scss
index 290cc398..2cc8136a 100644
--- a/src/stylesheet/widgets/_lists.scss
+++ b/src/stylesheet/widgets/_lists.scss
@@ -96,6 +96,15 @@ row {
       margin-top: 6px;
       margin-bottom: 6px;
       border-spacing: 3px;
+      padding: 0;
+
+      // Specificity bump for header bar
+      &,
+      > .title,
+      > .subtitle {
+        padding: 0;
+        font-weight: inherit;
+      }
     }
 
     > .prefixes,


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