[libadwaita/wip/exalm/background-colors: 14/20] stylesheet: Don't vary infobar color between light and dark
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors: 14/20] stylesheet: Don't vary infobar color between light and dark
- Date: Mon, 18 Oct 2021 15:04:01 +0000 (UTC)
commit 3521f00920003aad76ed667c1cfeb02883ca1e94
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Oct 18 19:13:31 2021 +0500
stylesheet: Don't vary infobar color between light and dark
src/stylesheet/widgets/_toolbars.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index b6da74f3..083e2cce 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -183,7 +183,7 @@ infobar {
(warning, $warning_color),
(error, $error_color) {
&.#{$i_type} > revealer > box {
- background-color: gtkmix($i_color, $base_color, if($variant == 'dark', 30%, 15%));
+ background-color: gtkmix($i_color, $bg_color, 30%);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]