style: Neutral style for hotcorner ripple
- fixes #5443 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2309>
This commit is contained in:
parent
995e0c1086
commit
2fac6f12ec
@ -3,8 +3,8 @@
|
|||||||
$ripple_size: 50px;
|
$ripple_size: 50px;
|
||||||
|
|
||||||
.ripple-box {
|
.ripple-box {
|
||||||
background-color: lighten(transparentize($selected_bg_color, 0.7), 40%);
|
background-color: rgba(255,255,255,0.2);
|
||||||
box-shadow: 0 0 2px 2px lighten($selected_bg_color, 20%);
|
box-shadow: 0 0 2px 2px rgba(255,255,255,0.2);
|
||||||
// plus + 2px for the border (box-shadow)
|
// plus + 2px for the border (box-shadow)
|
||||||
width: $ripple_size + 2px;
|
width: $ripple_size + 2px;
|
||||||
height: $ripple_size + 2px;
|
height: $ripple_size + 2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user