Use html details instead of javascript menus
This commit is contained in:
parent
41fbfb627e
commit
5b27952b34
2 changed files with 10 additions and 11 deletions
|
@ -115,6 +115,10 @@ input[type=file]::file-selector-button:hover {
|
|||
color: #363636;
|
||||
}
|
||||
|
||||
details[open] .dropdown-menu {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/** Shelving
|
||||
******************************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue