post expansion arrow CSS cleanup

This commit is contained in:
Jeff Atwood 2015-01-16 02:24:49 -08:00
parent d890248963
commit 2b877e4fc4

View File

@ -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%);
} }