This commit is contained in:
Philippe Torrel
2026-08-21 11:02:52 +02:00
parent a08de03d4d
commit e2da42e181
140 changed files with 16542 additions and 8 deletions

View File

@@ -8,13 +8,29 @@
}
ul ul {
display: none; // TODO: change to not visible
// display: none; // TODO: change to not visible
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
ul > li:hover,
ul > li:focus,
ul > li:focus-within {
ul {
display: block;
width: inherit !important;
height: inherit !important;
padding: inherit !important;
margin: inherit !important;
overflow: inherit !important;
clip: inherit !important;
white-space: inherit !important;
border: inherit !important;
}
}