Skip to content

Commit 03577bf

Browse files
authored
Update: focus to focus-visible (fixes #231)
1 parent a63fed4 commit 03577bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

less/core/nav.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ html.is-nav-bottom #wrapper {
3535
.u-display-none;
3636
}
3737

38-
&:not(:focus) {
38+
&:not(:focus-visible) {
3939
height: 0;
4040
padding: 0;
4141
margin: 0;

0 commit comments

Comments
 (0)