[libadwaita/wip/exalm/background-colors: 12/20] stylesheet: Use accent_color for needs attention indicator
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors: 12/20] stylesheet: Use accent_color for needs attention indicator
- Date: Mon, 18 Oct 2021 15:04:01 +0000 (UTC)
commit 46c0cdfd824467983f3a838364477c8bffe39a0b
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Oct 18 13:27:31 2021 +0500
stylesheet: Use accent_color for needs attention indicator
accent_bg_color is not right here.
src/stylesheet/_common.scss | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index ee41361a..ae193d46 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -81,8 +81,8 @@ expander-widget {
}
@keyframes needs_attention {
- from { background-image: radial-gradient(farthest-side, $accent_bg_color 0%, transparent 0%); }
- to { background-image: radial-gradient(farthest-side, $accent_bg_color 95%, transparent); }
+ from { background-image: radial-gradient(farthest-side, $accent_color 0%, transparent 0%); }
+ to { background-image: radial-gradient(farthest-side, $accent_color 95%, transparent); }
}
%needs_attention {
@@ -90,7 +90,7 @@ expander-widget {
// simulates the shadow labels and icons normally have in buttons.
animation: needs_attention 150ms ease-in;
- background-image: radial-gradient(farthest-side, $accent_bg_color 96%, transparent);
+ background-image: radial-gradient(farthest-side, $accent_color 96%, transparent);
background-size: 6px 6px;
background-repeat: no-repeat;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]