Merge pull request #4806 from edx/talbs/studio-stylesweep-unused

Studio: Removing older/deprecated style rules
This commit is contained in:
David Baumgold
2014-11-03 13:36:05 -05:00
75 changed files with 36 additions and 664 deletions

View File

@@ -22,6 +22,29 @@ nav {
// ====================
// skip navigation
.nav-skip {
@include font-size(13);
display: block;
position: absolute;
left: 0px;
top: -($baseline*30);
width: 1px;
height: 1px;
overflow: hidden;
background: $white;
border-bottom: 1px solid $gray-l4;
padding: ($baseline*0.75) ($baseline/2);
&:focus, &:active {
position: static;
width: auto;
height: auto;
}
}
// ====================
// dropdown
.nav-dd {