[libadwaita/wip/exalm/accent: 7/16] stylesheet: Ensure status page is recolorable




commit 7eae944a99d8199959a3968c90ad8dcc096b186a
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Jun 12 03:28:27 2021 +0500

    stylesheet: Ensure status page is recolorable

 src/stylesheet/widgets/_misc.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_misc.scss b/src/stylesheet/widgets/_misc.scss
index 516c2ff6..cdfdf512 100644
--- a/src/stylesheet/widgets/_misc.scss
+++ b/src/stylesheet/widgets/_misc.scss
@@ -137,7 +137,7 @@ statuspage > scrolledwindow > viewport > box {
 
     > .icon {
       @if $contrast == 'normal' {
-        color: transparentize($fg_color, 0.5);
+        color: gtkalpha(currentColor, 0.5);
       }
 
       &:not(:last-child) {


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