mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
"reply-new" transitions instead of instantly popping in
This commit is contained in:
parent
c123e40638
commit
5f9093f21d
1 changed files with 8 additions and 1 deletions
|
@ -94,12 +94,19 @@
|
|||
.reply-new,
|
||||
.track-link {
|
||||
visibility: visible;
|
||||
opacity:1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.gutter {
|
||||
.reply-new {visibility: hidden;}
|
||||
.reply-new{
|
||||
visibility: hidden;
|
||||
opacity:0;
|
||||
transition:opacity 1s linear;
|
||||
-webkit-transition:opacity 1s linear;
|
||||
-moz-transition:opacity 1s linear;
|
||||
}
|
||||
.reply-new,
|
||||
.track-link {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue