4 lines
73 B
CSS
4 lines
73 B
CSS
/* remove outline on focus */
|
|
.mapboxgl-canvas:focus {
|
|
outline: none;
|
|
} |