revises semantics and Sass used for skip navigation
This commit is contained in:
committed by
Diana Huang
parent
20b9258d43
commit
5b63b176da
@@ -826,22 +826,14 @@ hr.divide {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
// ui - semantic + visual divider
|
||||
hr.divider {
|
||||
@extend %cont-text-sr;
|
||||
}
|
||||
|
||||
/* show skip links on focus */
|
||||
#skip-link a{
|
||||
position:absolute;
|
||||
&:focus {
|
||||
width: auto;
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
background-color: #fff;
|
||||
border: 2px solid black;
|
||||
padding: 3px;
|
||||
z-index: 1005;
|
||||
}
|
||||
// ui - skipnav
|
||||
.nav-skip {
|
||||
@extend %cont-text-sr;
|
||||
}
|
||||
|
||||
// ====================
|
||||
|
||||
Reference in New Issue
Block a user