Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4268'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 2, 2023
2 parents 0d420a8 + 3c5c376 commit 389b715
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -729,14 +729,6 @@ tr.turn:hover {
}
}

.comments {
color: $darkgrey;
}

.comments-0 {
opacity: 0.5;
}

.changeset_more .loader {
display: none;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion app/views/changesets/_changeset.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 389b715

Please sign in to comment.