nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit be9153d0b5e2a2eb76a193e06e4949de6dc67c98
parent 8e2f8b6f983c9f18e190baec7d507fbc572bf57f
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Fri,  2 Dec 2016 19:36:59 +0300

globally disable outline for focused elements

Diffstat:
Msrc/App.css | 5+++++
Msrc/leaflet-fixes.css | 4----
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/App.css b/src/App.css @@ -12,3 +12,7 @@ #street-view.enabled { display: block; } + +*:focus { + outline: 0; +} +\ No newline at end of file diff --git a/src/leaflet-fixes.css b/src/leaflet-fixes.css @@ -1,7 +1,3 @@ -.leaflet-control-layers-selector { - outline: none; -} - .leaflet-control-layers-list label { white-space: nowrap; } \ No newline at end of file