HC: Set legible app icons for window thumbnails
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3692 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1657>
This commit is contained in:
parent
829a096ba1
commit
5dafc26b6d
@ -33,3 +33,10 @@ stage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//thumbnail app icons no dropshadow and forced color
|
||||||
|
.window-picker .icon-dropshadow {
|
||||||
|
icon-shadow: none;
|
||||||
|
background-color: $osd_bg_color;
|
||||||
|
padding: $base_padding * 2;
|
||||||
|
border-radius: $modal_radius;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user