[libadwaita/wip/exalm/recoloring-fixes: 15/32] stylesheet: Use opacity for entry icons




commit 27c6d1e6cdce48b76365d5623cdbac79c866990b
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Sep 1 13:33:34 2021 +0500

    stylesheet: Use opacity for entry icons
    
    Remove another unnecessary mix().

 src/stylesheet/widgets/_entries.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stylesheet/widgets/_entries.scss b/src/stylesheet/widgets/_entries.scss
index 5d6b7fbd..54610f23 100644
--- a/src/stylesheet/widgets/_entries.scss
+++ b/src/stylesheet/widgets/_entries.scss
@@ -54,9 +54,9 @@ entry {
     }
 
     > image { // icons inside the entry
-      color: mix($fg_color, $base_color, 80%);
+      opacity: 0.6;
 
-      &:hover { color: $fg_color; }
+      &:hover { opacity: 1; }
 
       &:active { color: $accent_color; }
 
@@ -65,7 +65,7 @@ entry {
     }
 
     &.password image.caps-lock-indicator {
-      opacity: 0.5;
+      opacity: 0.3;
     }
 
     &:drop(active) {


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