From 1c51ae901b5a0cfaf77960856d052469eecb8b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 9 Jul 2018 09:35:34 +0200 Subject: [PATCH] maps: don't hardcode border radius of geolocate button (#25125) --- combo/apps/maps/static/js/leaflet-gps.js | 1 - 1 file changed, 1 deletion(-) diff --git a/combo/apps/maps/static/js/leaflet-gps.js b/combo/apps/maps/static/js/leaflet-gps.js index 606b1e30..1757e838 100644 --- a/combo/apps/maps/static/js/leaflet-gps.js +++ b/combo/apps/maps/static/js/leaflet-gps.js @@ -55,7 +55,6 @@ L.Control.Gps = L.Control.extend({ this._button.href = '#'; this._button.text = '\uf192'; this._button.style.fontFamily = 'FontAwesome'; - this._button.style.borderRadius = '4px'; L.DomEvent .on(this._button, 'click', L.DomEvent.stop, this) .on(this._button, 'click', this._askGps, this);