mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Make slow fade longer for unread markers
(imported from commit 728e977f1f128d4e9b3f5f602538b7b2caaa9303)
This commit is contained in:
parent
f605a7df22
commit
3fb3b564ae
@ -1122,10 +1122,10 @@ just a temporary hack.
|
||||
}
|
||||
|
||||
.unread_marker.slow_fade {
|
||||
-webkit-transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
-webkit-transition: all 2s ease-out;
|
||||
-moz-transition: all 2s ease-out;
|
||||
-o-transition: all 2s ease-out;
|
||||
transition: all 2s ease-out;
|
||||
}
|
||||
|
||||
.unread_marker.fast_fade {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user