diff --git a/dist/mapbox-gl.css b/dist/mapbox-gl.css index 6eb01734e2f..ad37d54cec9 100644 --- a/dist/mapbox-gl.css +++ b/dist/mapbox-gl.css @@ -10,10 +10,6 @@ height: 100%; } -.mapboxgl-missing-css { - display: none; -} - .mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-nav-compass { cursor: -webkit-grab; @@ -111,7 +107,7 @@ display: block; padding: 0; outline: none; - border: none; + border: 0; box-sizing: border-box; background-color: transparent; cursor: pointer; @@ -243,7 +239,7 @@ a.mapboxgl-ctrl-logo { .mapboxgl-ctrl-attrib.mapboxgl-compact { padding-top: 2px; padding-bottom: 2px; - margin: 0 10px 10px 10px; + margin: 0 10px 10px; position: relative; padding-right: 24px; background-color: #fff; @@ -285,10 +281,6 @@ a.mapboxgl-ctrl-logo { margin-left: 2px; } -.mapboxgl-attrib-empty { - display: none; -} - .mapboxgl-ctrl-scale { background-color: rgba(255, 255, 255, 0.75); font-size: 10px; @@ -405,7 +397,7 @@ a.mapboxgl-ctrl-logo { position: absolute; right: 0; top: 0; - border: none; + border: 0; border-radius: 0 3px 0 0; cursor: pointer; background-color: transparent; @@ -534,6 +526,8 @@ a.mapboxgl-ctrl-logo { background-color: #aaa; } +.mapboxgl-missing-css, +.mapboxgl-attrib-empty, .mapboxgl-user-location-dot-stale::after { display: none; }