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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user