]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/application/_sidebar_header.html.erb
Changed feature close buttons to Bootstrap
[rails.git] / app / views / application / _sidebar_header.html.erb
index 5413b4205df1c4bb6584cb1ac9cfe3cb036c3a70..83b1ae1c5415c9a3ff22ccb7ad3472f311c68007 100644 (file)
@@ -2,9 +2,9 @@
   <div class="flex-grow-1 text-break">
     <h2><%= title %></h2>
   </div>
-  <div class="px-3 py-3">
+  <div>
     <a class="geolink" href="<%= root_path %>">
-      <span class="icon close"></span>
+      <button type="button" class="btn-close float-end mt-1"></button>
     </a>
   </div>
 </div>