diff --git a/lib/www/client/source/src/views/Map.vue b/lib/www/client/source/src/views/Map.vue index 9be87a8..2b336e5 100644 --- a/lib/www/client/source/src/views/Map.vue +++ b/lib/www/client/source/src/views/Map.vue @@ -522,6 +522,7 @@ * the layers menu open while selecting from a v-select * in the context of displaying QC values. There may be * better solutions. + */ .expand-on-hover:focus-within .map-overlay-icon { display: none; @@ -530,7 +531,7 @@ .expand-on-hover:focus-within .map-overlay-inner { display: block; } - +/* * END */