Skip to content

Commit

Permalink
Remove custom color from changeset comments count
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Oct 1, 2023
1 parent 9768a01 commit 3c5c376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -729,10 +729,6 @@ tr.turn:hover {
}
}

.comments {
color: $darkgrey;
}

.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<%= " opacity-50" if changeset.comments.empty? %>">
<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 3c5c376

Please sign in to comment.