Skip to content
Snippets Groups Projects

Resolve "Make dropdown menu items in the sidebar not tabable when collapsed"

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -54,6 +54,7 @@
@@ -54,6 +54,7 @@
}
}
}
}
.metager-dropdown-content {
.metager-dropdown-content {
 
display: none;
min-width: 160px;
min-width: 160px;
max-height: 0px;
max-height: 0px;
text-align: left;
text-align: left;
@@ -115,6 +116,7 @@
@@ -115,6 +116,7 @@
display: none;
display: none;
&:checked {
&:checked {
&~.metager-dropdown-content {
&~.metager-dropdown-content {
 
display: initial;
max-height: 1000px;
max-height: 1000px;
padding: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
}
Loading