mirror of
https://github.com/discourse/discourse.git
synced 2025-04-27 19:34:29 +08:00
post expansion arrow CSS cleanup
This commit is contained in:
parent
d890248963
commit
2b877e4fc4
@ -254,7 +254,6 @@ nav.post-controls {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.bottom .arrow { float: right; }
|
|
||||||
&.bottom {
|
&.bottom {
|
||||||
margin-top: -11px;
|
margin-top: -11px;
|
||||||
.row {
|
.row {
|
||||||
@ -273,7 +272,7 @@ nav.post-controls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-date { color: scale-color($primary, $lightness: 50%); }
|
.post-date { color: scale-color($primary, $lightness: 50%); }
|
||||||
.fa-arrow-up { margin-left: 5px; }
|
.fa-arrow-up, .fa-arrow-down { margin-left: 5px; }
|
||||||
.row {
|
.row {
|
||||||
border-top: 1px solid darken(scale-color-diff(), 10%);
|
border-top: 1px solid darken(scale-color-diff(), 10%);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user