Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 8b3e5d4

Browse files
committed
slow down application icon spin effect on hover
Fixes #733
1 parent c8fa6db commit 8b3e5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/content/css/ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ body .header .application-icon {
13051305
height: 1.8em;
13061306
margin: 0;
13071307
z-index: 20;
1308-
transition: all 150ms ease-in-out;
1308+
transition: all 500ms ease-in-out;
13091309
}
13101310
body.sidecar-is-minimized .header .application-icon {
13111311
/* scoot the icon to be flush right when the sidecar is minimized, so

0 commit comments

Comments
 (0)