]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/leaflet.layers.js
Changed sidebar close button to Bootstrap
[rails.git] / app / assets / javascripts / leaflet.layers.js
index 5c5e43c5c20351b3abf537a9bd55d13f5078dff2..5e541f1e5821885c9b4e5bc15d6ca18e96cf4e03 100644 (file)
@@ -22,9 +22,8 @@ L.OSM.layers = function (options) {
       .attr("class", "sidebar_heading")
       .appendTo($ui)
       .append(
-        $("<span>")
-          .text(I18n.t("javascripts.close"))
-          .attr("class", "icon close")
+        $("<button type='button' class='btn-close float-end mt-1'>")
+          .attr("aria-label",I18n.t("javascripts.close"))
           .bind("click", toggle))
       .append(
         $("<h4>")