mirror of
https://github.com/discourse/discourse.git
synced 2025-04-29 07:24:35 +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>
|
</div>
|
||||||
|
|
||||||
<!-- keep the classes here in sync with composer.hbs -->
|
<!-- 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'>
|
<div class='cooked'>
|
||||||
{{{cooked}}}
|
{{{cooked}}}
|
||||||
</div>
|
</div>
|
||||||
|
@ -300,14 +300,6 @@ nav.post-controls {
|
|||||||
.arrow {color: scale-color($primary, $lightness: 50%);}
|
.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 {
|
.post-action {
|
||||||
.relative-date {
|
.relative-date {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user