Fix menu on desktop
This commit is contained in:
parent
844faf7faa
commit
0b9defc5d3
2 changed files with 12 additions and 2 deletions
|
@ -2,8 +2,10 @@
|
|||
& .router-link-active {
|
||||
@apply underline;
|
||||
}
|
||||
}
|
||||
|
||||
&.closed:not(:focus-within) {
|
||||
@apply sr-only;
|
||||
@screen until-sm {
|
||||
.docs-sidebar.closed:not(:focus-within) {
|
||||
@apply sr-only;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue