X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/664d02982cbaa8b1223ef03047b6134ff1ffbdac..6d25f54b0ba2e08f0a869963bf822e801da9f3f6:/app/views/browse/_node.html.erb diff --git a/app/views/browse/_node.html.erb b/app/views/browse/_node.html.erb index e395a4283..0ffe7c68b 100644 --- a/app/views/browse/_node.html.erb +++ b/app/views/browse/_node.html.erb @@ -7,7 +7,7 @@ :id => node.redaction.id), node.redaction) %> <% else %> - <%= tag.div :class => ["browse-section", "browse-node", { "text-muted" => node.redacted? }] do %> + <%= tag.div :class => ["browse-section", "browse-node", { "text-body-secondary" => node.redacted? }] do %> <%= render :partial => "browse/common_details", :object => node %> <% unless node.ways.empty? and node.containing_relation_members.empty? %> @@ -17,7 +17,7 @@ <%= t "browse.part_of_ways", :count => node.ways.uniq.count %>