mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
message-feed: Reduce animation time for date.
This reduces the animation time for the message date to about half.
This commit is contained in:
committed by
Tim Abbott
parent
80b68c3e2b
commit
b2194e860b
@@ -663,10 +663,10 @@ td.pointer {
|
||||
right: -105px;
|
||||
line-height: 20px;
|
||||
text-align: right;
|
||||
-webkit-transition: background-color 2.7s ease-in, color 2.7s ease-in;
|
||||
-moz-transition: background-color 2.7s ease-in, color 2.7s ease-in;
|
||||
-o-transition: background-color 2.7s ease-in, color 2.7s ease-in;
|
||||
transition: background-color 2.7s ease-in, color 2.7s ease-in;
|
||||
-webkit-transition: background-color 1.5s ease-in, color 1.5s ease-in;
|
||||
-moz-transition: background-color 1.5s ease-in, color 1.5s ease-in;
|
||||
-o-transition: background-color 1.5s ease-in, color 1.5s ease-in;
|
||||
transition: background-color 1.5s ease-in, color 1.5s ease-in;
|
||||
}
|
||||
|
||||
/* The way this overrides the menus with a background-color and a high
|
||||
|
||||
Reference in New Issue
Block a user