mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Leave layer menu open when still focused
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user