[gnome-shell/wip/snwh/stylesheet-minor-fixes: 7/12] style: Neutral style for hotcorner ripple
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/stylesheet-minor-fixes: 7/12] style: Neutral style for hotcorner ripple
- Date: Mon, 20 Jun 2022 07:43:44 +0000 (UTC)
commit 2fac6f12ec92ea1f3f3a4a0a9a858648c9da42e2
Author: Sam Hewitt <sam snwh org>
Date: Fri May 27 13:25:32 2022 -0230
style: Neutral style for hotcorner ripple
- fixes #5443
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2309>
data/theme/gnome-shell-sass/widgets/_corner-ripple.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_corner-ripple.scss
b/data/theme/gnome-shell-sass/widgets/_corner-ripple.scss
index 9137b67cad..9aff43174f 100644
--- a/data/theme/gnome-shell-sass/widgets/_corner-ripple.scss
+++ b/data/theme/gnome-shell-sass/widgets/_corner-ripple.scss
@@ -3,8 +3,8 @@
$ripple_size: 50px;
.ripple-box {
- background-color: lighten(transparentize($selected_bg_color, 0.7), 40%);
- box-shadow: 0 0 2px 2px lighten($selected_bg_color, 20%);
+ background-color: rgba(255,255,255,0.2);
+ box-shadow: 0 0 2px 2px rgba(255,255,255,0.2);
// plus + 2px for the border (box-shadow)
width: $ripple_size + 2px;
height: $ripple_size + 2px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]