Merge pull request #4806 from edx/talbs/studio-stylesweep-unused
Studio: Removing older/deprecated style rules
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user