mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +08:00
get rid of .bottom-round css class used once
This commit is contained in:
parent
7d268ff49f
commit
76c750be68
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user