Remove custom opacity from changeset comments count
This commit is contained in:
parent
77d495ccdc
commit
9768a01717
2 changed files with 1 additions and 5 deletions
|
@ -733,10 +733,6 @@ tr.turn:hover {
|
||||||
color: $darkgrey;
|
color: $darkgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments-0 {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.changeset_more .loader {
|
.changeset_more .loader {
|
||||||
display: none;
|
display: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#<%= changeset.id %>
|
#<%= changeset.id %>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto comments comments-<%= changeset.comments.length %>">
|
<div class="col-auto comments<%= " opacity-50" if changeset.comments.empty? %>">
|
||||||
<%= changeset.comments.length %>
|
<%= changeset.comments.length %>
|
||||||
<span class="icon note grey"></span>
|
<span class="icon note grey"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue