summaryrefslogtreecommitdiff
path: root/data/theme/gnome-shell-sass/widgets/_calendar.scss
diff options
context:
space:
mode:
authorSam Hewitt <sam@snwh.org>2022-05-27 15:39:45 -0230
committerMarge Bot <marge-bot@gnome.org>2022-06-20 07:43:31 +0000
commitec571eb86fce93b3b37306b3478cde24019ce8e9 (patch)
treeb87a1fd5bee3bec3216254fcad2b4e51d08887df /data/theme/gnome-shell-sass/widgets/_calendar.scss
parent68653d5e61e382e9758ab698218260e4ace33968 (diff)
downloadgnome-shell-ec571eb86fce93b3b37306b3478cde24019ce8e9.tar.gz
style: Add missing transition timings
- fixes #5211 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2309>
Diffstat (limited to 'data/theme/gnome-shell-sass/widgets/_calendar.scss')
-rw-r--r--data/theme/gnome-shell-sass/widgets/_calendar.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index 465dc053d..336372cd6 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -69,6 +69,7 @@
height: $calendar_day_size !important;
width: $calendar_day_size !important;
border-radius: 99px;
+ transition-duration: 100ms;
@extend %numeric;
@extend %smaller;