]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
Replace border-grey css class with border-secondary-subtle
[rails.git] / app / views / browse / _tag_details.html.erb
index cc08fe16af7fb76de94d39e6b86d10c2ce9e3f5c..2b4ec1bb0708b8b8be8f17be931b9a023aaca45f 100644 (file)
@@ -1,6 +1,6 @@
 <% unless tag_details.empty? %>
   <h4><%= t ".tags" %></h4>
-  <div class='mb-3 border border-grey rounded overflow-hidden'>
+  <div class='mb-3 border border-secondary-subtle rounded overflow-hidden'>
     <table class='mb-0 browse-tag-list table align-middle text-break'>
       <%= render :partial => "browse/tag", :collection => tag_details.sort %>
     </table>