mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
commit
985cbb92f1
1 changed files with 7 additions and 2 deletions
|
@ -93,13 +93,18 @@
|
||||||
.gutter {
|
.gutter {
|
||||||
.reply-new,
|
.reply-new,
|
||||||
.track-link {
|
.track-link {
|
||||||
visibility: visible;
|
opacity:1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gutter {
|
.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,
|
.reply-new,
|
||||||
.track-link {
|
.track-link {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue