[libadwaita/wip/exalm/blue: 9/13] stylesheet: Fix infobar colors
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/blue: 9/13] stylesheet: Fix infobar colors
- Date: Sun, 5 Dec 2021 18:13:13 +0000 (UTC)
commit c468a22a32e622663dea320cac7369c59a157ca1
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sun Dec 5 20:34:23 2021 +0500
stylesheet: Fix infobar colors
Consistently use _bg variants, fix text color for .error and .warning.
src/stylesheet/widgets/_toolbars.scss | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index 32d5eb18..3e3b94f7 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -201,10 +201,11 @@ infobar {
@each $i_type, $i_color in (info, $accent_bg_color),
(question, $accent_bg_color),
- (warning, $warning_color),
- (error, $error_color) {
+ (warning, $warning_bg_color),
+ (error, $error_bg_color) {
&.#{$i_type} > revealer > box {
background-color: gtkmix($i_color, $window_bg_color, 30%);
+ color: $window_fg_color;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]