[libadwaita/wip/exalm/stylesheet-cleanups: 4/13] stylesheet: Don't darken rubberband color
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet-cleanups: 4/13] stylesheet: Don't darken rubberband color
- Date: Fri, 21 May 2021 12:05:06 +0000 (UTC)
commit 33aa6c5d471c55045c6da01bd8908f7724729baf
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]