mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Resubmitting
This commit is contained in:
parent
5f9093f21d
commit
7490012b20
1 changed files with 0 additions and 2 deletions
|
@ -93,7 +93,6 @@
|
||||||
.gutter {
|
.gutter {
|
||||||
.reply-new,
|
.reply-new,
|
||||||
.track-link {
|
.track-link {
|
||||||
visibility: visible;
|
|
||||||
opacity:1;
|
opacity:1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,7 +100,6 @@
|
||||||
|
|
||||||
.gutter {
|
.gutter {
|
||||||
.reply-new{
|
.reply-new{
|
||||||
visibility: hidden;
|
|
||||||
opacity:0;
|
opacity:0;
|
||||||
transition:opacity 1s linear;
|
transition:opacity 1s linear;
|
||||||
-webkit-transition:opacity 1s linear;
|
-webkit-transition:opacity 1s linear;
|
||||||
|
|
Loading…
Reference in a new issue