maps: don't hardcode border radius of geolocate button (#25125)

This commit is contained in:
Frédéric Péters 2018-07-09 09:35:34 +02:00
parent 0a68913a0a
commit 1c51ae901b
1 changed files with 0 additions and 1 deletions

View File

@ -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);