mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
css: Use SCSS nesting in zulip.scss for .fade-in-message.
This commit is contained in:
parent
685335eb44
commit
4eaf99b9fa
@ -184,12 +184,12 @@ p.n-margin {
|
||||
animation-name: fadeInMessage;
|
||||
animation-duration: 1s;
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
|
||||
.fade-in-message .message_edit_notice {
|
||||
animation-name: fadeInEditNotice;
|
||||
animation-duration: 1s;
|
||||
animation-iteration-count: 1;
|
||||
.message_edit_notice {
|
||||
animation-name: fadeInEditNotice;
|
||||
animation-duration: 1s;
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.message_edit_notice_hover:hover {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user