Use html details instead of javascript menus

This commit is contained in:
Mouse Reeve
2021-12-04 09:48:55 -08:00
parent 41fbfb627e
commit 5b27952b34
2 changed files with 10 additions and 11 deletions

View File

@ -115,6 +115,10 @@ input[type=file]::file-selector-button:hover {
color: #363636;
}
details[open] .dropdown-menu {
display: block !important;
}
/** Shelving
******************************************************************************/