[libadwaita/wip/exalm/stylesheet2: 46/97] stylesheet: Fix formatting in levelbar styles
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet2: 46/97] stylesheet: Fix formatting in levelbar styles
- Date: Fri, 9 Apr 2021 12:30:24 +0000 (UTC)
commit 56d835a900046506ccc3594608c1dacc7299b5fb
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Apr 8 22:18:43 2021 +0500
stylesheet: Fix formatting in levelbar styles
src/stylesheet/_common.scss | 65 ++++++++++++++++++++++++---------------------
1 file changed, 34 insertions(+), 31 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 91422cd..75518ff 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -2972,22 +2972,25 @@ levelbar {
border-radius: $_levelbar_border_radius 0 0 $_levelbar_border_radius;
}
- &.empty,&.full {
+ &.empty,
+ &.full {
border-radius: $_levelbar_border_radius;
}
}
// segmented level bar
- &.discrete {
- trough > block {
- min-height: 2px;
- margin: 1px;
- min-width: 24px;
- border-radius:0;
- &:first-child {border-radius: 2px 0 0 2px;}
- &:last-child {
- border-radius: 0 2px 2px 0;
- }
+ &.discrete > trough > block {
+ min-height: 2px;
+ margin: 1px;
+ min-width: 24px;
+ border-radius: 0;
+
+ &:first-child {
+ border-radius: 2px 0 0 2px;
+ }
+
+ &:last-child {
+ border-radius: 0 2px 2px 0;
}
}
}
@@ -3007,31 +3010,31 @@ levelbar {
> trough {
padding: 0;
- }
- // level bar colours
- > trough > block {
- border: 1px solid;
+ // level bar colours
+ > block {
+ border: 1px solid;
- &.low {
- border-color: $warning_color;
- background-color: $warning_color;
- }
+ &.low {
+ border-color: $warning_color;
+ background-color: $warning_color;
+ }
- &.high,
- &:not(.empty) {
- border-color: $selected_bg_color;
- background-color: $selected_bg_color;
- }
+ &.high,
+ &:not(.empty) {
+ border-color: $selected_bg_color;
+ background-color: $selected_bg_color;
+ }
- &.full {
- border-color: $success_color;
- background-color: $success_color;
- }
+ &.full {
+ border-color: $success_color;
+ background-color: $success_color;
+ }
- &.empty {
- background-color: darken($bg_color, 5%);
- border-color: darken($bg_color, 5%);
+ &.empty {
+ background-color: darken($bg_color, 5%);
+ border-color: darken($bg_color, 5%);
+ }
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]