style: Add missing transition timings to some widgets

This change adds missing transition timings to the following widgets:

- Calendar month selectors
- App grid page arrows
- Page indicators dots from the app grid

Follow-up from https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2309/diffs?commit_id=ec571eb86fce93b3b37306b3478cde24019ce8e9

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2665>
This commit is contained in:
Automeris naranja 2023-05-21 19:51:46 -03:00 committed by Florian Müllner
parent 273067ddf1
commit 614103ae4b
2 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,7 @@ $app_icon_size: 96px;
height: 10px;
border-radius: 10px; // the same as height&width
background-color: white;
transition-duration: 400ms;
}
}
@ -167,6 +168,7 @@ $app_icon_size: 96px;
width: 24px;
height: 24px;
border-radius: 99px;
transition-duration: 100ms;
> StIcon { color: $system_fg_color;}

View File

@ -56,6 +56,7 @@
width: 32px;
margin: 2px;
border-radius: $base_border_radius;
transition-duration: 100ms;
}
}