X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5aea67a71f677c0845941ee0db72d756648fc026..15a7276a9f50821a7728b4da3af16849284f251b:/app/assets/stylesheets/leaflet-all.css.scss diff --git a/app/assets/stylesheets/leaflet-all.css.scss b/app/assets/stylesheets/leaflet-all.css.scss index a32e24dd1..10ad2607a 100644 --- a/app/assets/stylesheets/leaflet-all.css.scss +++ b/app/assets/stylesheets/leaflet-all.css.scss @@ -4,10 +4,6 @@ */ /* Override to serve images through the asset pipeline. */ -.leaflet-control-layers-toggle { - background-image: image-url("images/layers.png"); -} - div.leaflet-marker-icon.location-filter.resize-marker { background-image: image-url("img/resize-handle.png"); } @@ -16,13 +12,6 @@ div.leaflet-marker-icon.location-filter.move-marker { background-image: image-url("img/move-handle.png"); } -/* Override to better match the pan/zoom control. */ -.leaflet-control-layers { - box-shadow: 0px 0px 3px #666; - background: #fff; - border-radius: 3px; -} - /* Override some conflicting styles. https://github.com/openstreetmap/openstreetmap-website/pull/121#issuecomment-10206946 */ .leaflet-popup-content img.user_thumbnail { @@ -33,20 +22,6 @@ div.leaflet-marker-icon.location-filter.move-marker { margin: 0 !important; } -.site .leaflet-container a { - color: #00f; -} - .site .leaflet-popup p { margin: 0 0 20px 0; } - -.leaflet-control-attribution #permalinkanchor { - background: image-url("sprite.png") 0 -45px no-repeat; - padding-left:20px; -} - -.site .leaflet-control-attribution { - box-shadow: none; - font-size: inherit; -}