[libadwaita] stylesheet: Don't make the status page icon dim on -hc



commit 883ecf3f804445bad19e7d4f553c79ead15e184b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue May 4 15:56:11 2021 +0200

    stylesheet: Don't make the status page icon dim on -hc
    
    Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/156

 src/stylesheet/widgets/_misc.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_misc.scss b/src/stylesheet/widgets/_misc.scss
index 57bd527..c9664b6 100644
--- a/src/stylesheet/widgets/_misc.scss
+++ b/src/stylesheet/widgets/_misc.scss
@@ -147,7 +147,9 @@ statuspage > scrolledwindow > viewport > box {
     border-spacing: 12px;
 
     > .icon {
-      color: transparentize($fg_color, 0.5);
+      @if $contrast == 'normal' {
+        color: transparentize($fg_color, 0.5);
+      }
 
       &:not(:last-child) {
         margin-bottom: 24px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]