[libadwaita/wip/exalm/stylesheet2: 6/97] stylesheet: Reuse dim-label style for custom styles
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet2: 6/97] stylesheet: Reuse dim-label style for custom styles
- Date: Fri, 9 Apr 2021 12:30:23 +0000 (UTC)
commit 1abfbef01adb444a7f3f418353e96906e695573b
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]