Merge remote-tracking branch 'upstream/pull/4268'

This commit is contained in:
Tom Hughes 2023-10-02 18:48:52 +01:00
commit 389b715241
2 changed files with 1 additions and 9 deletions

View file

@ -729,14 +729,6 @@ tr.turn:hover {
}
}
.comments {
color: $darkgrey;
}
.comments-0 {
opacity: 0.5;
}
.changeset_more .loader {
display: none;
width: 100%;

View file

@ -24,7 +24,7 @@
#<%= changeset.id %>
</a>
</div>
<div class="col-auto comments comments-<%= changeset.comments.length %>">
<div class="col-auto text-secondary<%= " opacity-50" if changeset.comments.empty? %>">
<%= changeset.comments.length %>
<span class="icon note grey"></span>
</div>