This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.sr-only {
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user