MDL-57056 Theme/Boost: Fix "Skip to" link when Tab key pressed

This commit is contained in:
Nadav Kavalerchik 2016-12-06 09:55:11 +02:00
parent e6cb76dfbb
commit 4b80e95c73

View File

@ -2175,3 +2175,14 @@ $footer-link-color: $brand-primary !default;
}
}
.sr-only-focusable {
&:active,
&:focus {
z-index: $zindex-navbar-fixed + 1;
position: fixed;
background: #fff;
padding: 7px;
left: 0;
top: 0;
}
}