[libadwaita/wip/exalm/fixes: 1/3] stylesheet: Fix view switcher dot color
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/fixes: 1/3] stylesheet: Fix view switcher dot color
- Date: Fri, 26 Aug 2022 20:39:36 +0000 (UTC)
commit 36a057bc2b3ea6d9e796640f1f1078a6252de70c
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sat Aug 27 00:00:48 2022 +0400
stylesheet: Fix view switcher dot color
It should be accent_color, not accent_bg_color.
src/stylesheet/widgets/_view-switcher.scss | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/stylesheet/widgets/_view-switcher.scss b/src/stylesheet/widgets/_view-switcher.scss
index 8720b59e..881379cf 100644
--- a/src/stylesheet/widgets/_view-switcher.scss
+++ b/src/stylesheet/widgets/_view-switcher.scss
@@ -92,6 +92,10 @@ indicatorbin {
}
&.needs-attention > indicator {
+ background: $accent_color;
+ }
+
+ &.needs-attention.badge > indicator {
background: $accent_bg_color;
> label { color: $accent_fg_color; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]