style: Softer overview icon drop-shadows

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3165>
This commit is contained in:
Sam Hewitt 2024-02-05 12:18:39 -03:30 committed by Florian Müllner
parent 877c692671
commit f0acfd3728

View File

@ -9,12 +9,12 @@
// Outline for low res icons // Outline for low res icons
.lowres-icon { .lowres-icon {
icon-shadow: 0 1px 2px rgba(black, 0.3); icon-shadow: 0 1px 2px rgba(black, 0.2);
} }
// Dropshadow for large icons // Dropshadow for large icons
.icon-dropshadow { .icon-dropshadow {
icon-shadow: 0 1px 5px rgba(black, 0.8); icon-shadow: 0 2px 4px rgba(black, 0.4);
@if $contrast == 'high' { @if $contrast == 'high' {
icon-shadow: none; icon-shadow: none;