get rid of .bottom-round css class used once

This commit is contained in:
Jeff Atwood 2015-01-11 23:39:48 -08:00
parent 7d268ff49f
commit 76c750be68
2 changed files with 1 additions and 9 deletions

View File

@ -69,7 +69,7 @@
</div>
<!-- keep the classes here in sync with composer.hbs -->
<div {{bind-attr class="showUserReplyTab:avoid-tab view.repliesShown::bottom-round :contents :regular view.extraClass"}}>
<div {{bind-attr class="showUserReplyTab:avoid-tab view.repliesShown::contents :regular view.extraClass"}}>
<div class='cooked'>
{{{cooked}}}
</div>

View File

@ -300,14 +300,6 @@ nav.post-controls {
.arrow {color: scale-color($primary, $lightness: 50%);}
}
.bottom-round nav.post-controls .show-replies {
background: scale-color-diff();
margin-bottom: 0;
padding-bottom: 8px;
&:hover {background: scale-color-diff();
}
}
.post-action {
.relative-date {
margin-left: 5px;