mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
style: Softer overview icon drop-shadows
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3165>
This commit is contained in:
parent
877c692671
commit
f0acfd3728
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@
|
|||
|
||||
// Outline for low res icons
|
||||
.lowres-icon {
|
||||
icon-shadow: 0 1px 2px rgba(black, 0.3);
|
||||
icon-shadow: 0 1px 2px rgba(black, 0.2);
|
||||
}
|
||||
|
||||
// Dropshadow for large icons
|
||||
.icon-dropshadow {
|
||||
icon-shadow: 0 1px 5px rgba(black, 0.8);
|
||||
icon-shadow: 0 2px 4px rgba(black, 0.4);
|
||||
|
||||
@if $contrast == 'high' {
|
||||
icon-shadow: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue