1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Documentation skip links (#30073)

* docs(skip-links): add a skip to main navigation skip link

* docs(skip-links): revamp skip-links pattern

* docs(navs): use aria-label on navs

* docs(navs): use 'docs navigation' label in sidebar nav
This commit is contained in:
Gaël Poupard
2020-03-23 15:23:37 +01:00
committed by GitHub
parent 25d2eac45b
commit 9eccb3a230
5 changed files with 14 additions and 16 deletions

View File

@@ -1,17 +1,13 @@
.skippy {
display: block;
padding: 1em;
position: fixed;
top: .5rem;
left: .5rem;
z-index: $zindex-fixed;
padding: .5rem;
color: $white;
text-align: center;
background-color: $bd-purple;
outline: 0;
&:hover {
color: $white;
}
}
.skippy-text {
padding: .5em;
outline: 1px dotted;
}