Skip to content

Commit a536f3d

Browse files
committed
a11y: #4226 material nav prevent focus shift
1 parent 7cc5012 commit a536f3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/themes/material/assets/mat.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,3 +1180,7 @@ p + .btn-background {
11801180
display: inline-block;
11811181
white-space: normal;
11821182
}
1183+
1184+
.nav-wrapper a:focus {
1185+
display: block;
1186+
}

0 commit comments

Comments
 (0)