[libadwaita/wip/exalm/stylesheet2: 12/103] stylesheet: Reuse dim-label style for custom styles




commit 49b47ca8e2a17affab9741f21ac0eb2ca9ef375b
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Apr 7 18:16:41 2021 +0500

    stylesheet: Reuse dim-label style for custom styles

 src/stylesheet/_custom.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stylesheet/_custom.scss b/src/stylesheet/_custom.scss
index 08ad70f..680c428 100644
--- a/src/stylesheet/_custom.scss
+++ b/src/stylesheet/_custom.scss
@@ -14,7 +14,7 @@ $leaflet_outline: rgba(255, 255, 255, if($variant == 'light', 0.2, 0.05));
 row {
   label.subtitle {
     font-size: smaller;
-    opacity: 0.55;
+    @extend .dim-label;
   }
 
   > box.header {
@@ -110,7 +110,7 @@ row.expander {
   }
 
   &:not(:checked) image.expander-row-arrow {
-    opacity: 0.55;
+    @extend .dim-label;
 
     &:dir(ltr) {
       -gtk-icon-transform: rotate(-0.25turn);
@@ -548,6 +548,6 @@ windowtitle {
     font-size: smaller;
     padding-left: 12px;
     padding-right: 12px;
-    opacity: 0.55;
+    @extend .dim-label;
   }
 }


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