[libadwaita/wip/exalm/stylesheet-cleanups: 1/6] stylesheet: Don't darken rubberband color
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet-cleanups: 1/6] stylesheet: Don't darken rubberband color
- Date: Thu, 20 May 2021 18:00:48 +0000 (UTC)
commit 0f1d1c5375256542d62a252eecc7079f35bc6b83
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu May 20 01:05:35 2021 +0500
stylesheet: Don't darken rubberband color
It was needed when selections were blue, but at this point it just makes it
less visible on dark for no real benefit.
src/stylesheet/widgets/_views.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_views.scss b/src/stylesheet/widgets/_views.scss
index a3a73d92..719790ae 100644
--- a/src/stylesheet/widgets/_views.scss
+++ b/src/stylesheet/widgets/_views.scss
@@ -48,8 +48,8 @@ iconview {
}
rubberband {
- border: 1px solid darken($selected_bg_color, 10%);
- background-color: transparentize(darken($selected_bg_color, 10%), 0.8);
+ border: 1px solid $selected_bg_color;
+ background-color: transparentize($selected_bg_color, 0.8);
}
flowbox {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]