revises semantics and Sass used for skip navigation

This commit is contained in:
Brian Talbot
2013-10-23 22:39:35 -04:00
committed by Diana Huang
parent 20b9258d43
commit 5b63b176da
6 changed files with 228 additions and 224 deletions

View File

@@ -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;
}
// ====================