[libadwaita/wip/exalm/scales: 2/2] stylesheet: Tone down hover and active states
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/scales: 2/2] stylesheet: Tone down hover and active states
- Date: Thu, 20 May 2021 19:10:42 +0000 (UTC)
commit 3ad7be2ad215ca7437baea66ffcf510e3a22fe3a
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri May 21 00:04:12 2021 +0500
stylesheet: Tone down hover and active states
Match switches and scales, as per Tobias' feedback.
src/stylesheet/widgets/_checks.scss | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/stylesheet/widgets/_checks.scss b/src/stylesheet/widgets/_checks.scss
index c27d812d..105bde4d 100644
--- a/src/stylesheet/widgets/_checks.scss
+++ b/src/stylesheet/widgets/_checks.scss
@@ -24,10 +24,10 @@ radio {
}
&:hover {
- background-color: transparentize($text_color, .75);
+ background-color: transparentize($text_color, .8);
&:active {
- background-color: transparentize(black, .65);
+ background-color: transparentize(black, .75);
}
}
@@ -41,10 +41,10 @@ radio {
}
&:hover {
- background-color: mix($selected_bg_color, $text_color, 80%);
+ background-color: mix($selected_bg_color, $text_color, 90%);
&:active {
- background-color: mix($selected_bg_color, black, 60%);
+ background-color: mix($selected_bg_color, black, 80%);
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]