[libadwaita/wip/exalm/backdrop: 7/24] stylesheet: Use opacity for caps lock indicator instead of backdrop colors




commit 23dd5c4951818e332d5b3cbc9212ccbb5a342062
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 29 18:48:39 2021 +0500

    stylesheet: Use opacity for caps lock indicator instead of backdrop colors

 src/stylesheet/widgets/_entries.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_entries.scss b/src/stylesheet/widgets/_entries.scss
index 52cca6c..3f11c7b 100644
--- a/src/stylesheet/widgets/_entries.scss
+++ b/src/stylesheet/widgets/_entries.scss
@@ -63,7 +63,7 @@ entry {
     }
 
     &.password image.caps-lock-indicator {
-      color: mix($backdrop_fg_color, $backdrop_base_color, 80%);
+      opacity: 0.5;
     }
 
     &:drop(active) {


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