]> git.openstreetmap.org Git - rails.git/commitdiff
Remove custom color from changeset comments count
authorAnton Khorev <tony29@yandex.ru>
Sun, 1 Oct 2023 23:13:18 +0000 (02:13 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 1 Oct 2023 23:32:47 +0000 (02:32 +0300)
app/assets/stylesheets/common.scss
app/views/changesets/_changeset.html.erb

index bf527125dad51398f408095b08de88c3c4a994f9..e89eb9d81301314015f971cba0e527998e44c63b 100644 (file)
@@ -729,10 +729,6 @@ tr.turn:hover {
     }
   }
 
-  .comments {
-    color: $darkgrey;
-  }
-
   .changeset_more .loader {
     display: none;
     width: 100%;
index 9930089517aa2e126d4b1220056e8a4de22ef22d..a4357a3f5ae677e1a7a22f822d32f8574e0dd469 100644 (file)
@@ -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>