From 4c219b47ea1af7430248cf789d9c7babbe4c3552 Mon Sep 17 00:00:00 2001 From: Life777 Date: Wed, 10 Jul 2019 18:13:12 -0400 Subject: [PATCH] Add outline for control buttons while navigating with keyboard --- src/css/mapbox-gl.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/css/mapbox-gl.css b/src/css/mapbox-gl.css index 6a5cb7dfeb8..64795df5558 100644 --- a/src/css/mapbox-gl.css +++ b/src/css/mapbox-gl.css @@ -75,7 +75,6 @@ .mapboxgl-ctrl-group { border-radius: 4px; - overflow: hidden; background: #fff; } @@ -90,7 +89,6 @@ height: 30px; display: block; padding: 0; - outline: none; border: 0; box-sizing: border-box; background-color: transparent;