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:
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