Leave layer menu open when still focused

This commit is contained in:
D. Berge
2025-08-03 13:48:04 +02:00
parent 08440e3e21
commit 1066a03b25

View File

@@ -522,6 +522,7 @@
* the layers menu open while selecting from a v-select * the layers menu open while selecting from a v-select
* in the context of displaying QC values. There may be * in the context of displaying QC values. There may be
* better solutions. * better solutions.
*/
.expand-on-hover:focus-within .map-overlay-icon { .expand-on-hover:focus-within .map-overlay-icon {
display: none; display: none;
@@ -530,7 +531,7 @@
.expand-on-hover:focus-within .map-overlay-inner { .expand-on-hover:focus-within .map-overlay-inner {
display: block; display: block;
} }
/*
* END * END
*/ */