mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
commit
985cbb92f1
1 changed files with 7 additions and 2 deletions
|
@ -93,13 +93,18 @@
|
|||
.gutter {
|
||||
.reply-new,
|
||||
.track-link {
|
||||
visibility: visible;
|
||||
opacity:1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.gutter {
|
||||
.reply-new {visibility: hidden;}
|
||||
.reply-new{
|
||||
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