[libadwaita/wip/exalm/recoloring-fixes: 16/33] stylesheet: Use opacity for entry icons
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-fixes: 16/33] stylesheet: Use opacity for entry icons
- Date: Mon, 13 Sep 2021 20:11:58 +0000 (UTC)
commit d56d77d54095f52612d04c1021dee4d68c7a41a5
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]