filters multiple selection intersect well

This commit is contained in:
lenovo
2022-11-13 11:01:18 +01:00
parent 36a55260fe
commit d34d18e88d
4 changed files with 68 additions and 30 deletions

View File

@@ -28,10 +28,16 @@
width: 100%;
overflow: visible;
cursor: pointer;
}
#ljdp_map_filters .filter_menu_title {
border: 1px solid #ba197a;
}
#ljdp_map_filters .filter_menu_title p {
padding: 5px;
}
/* **************************************
DROP DOWN MENU
@@ -41,7 +47,6 @@
*/
#ljdp_map_filters .filter_menu_drop_title {
width: 100%;
cursor: pointer;
pointer-events: none;
}
@@ -59,11 +64,11 @@
/* opacity is toogled instantanously, for visual confort, but element is still present and clickable */
/* then, visibility is toogle, after x seconds, letting plainty of times for the browser to catch the 'onclick' event */
/*
display: none;
*/
opacity: 0;
visibility: hidden;
transition: visibility 0.5s;
*/
display: none;
border: 1px solid #ba197a;
}
@@ -73,11 +78,11 @@
}
#ljdp_map_filters .filter_menu_drop:focus .filter_menu_drop_items {
display: flex;
/*
display: flex;
*/
opacity: 1;
visibility: visible;
*/
}
#ljdp_map_filters .filter_menu_drop_items p {
@@ -94,7 +99,7 @@
/* **************************************
DROP DOWN MENU
MENU BUTTONS
*/
/*
@@ -102,11 +107,18 @@
#ljdp_map_filters .filter_menu_buttons {
flex-direction: row;
border: 1px solid blue;
}
#ljdp_map_filters .filter_menu_buttons_click {
border: 1px solid green;
}
/* **************************************
MENU RESET
*/
/*
*/