revises semantics and Sass used for skip navigation
This commit is contained in:
committed by
Diana Huang
parent
20b9258d43
commit
5b63b176da
@@ -240,6 +240,13 @@
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
||||
&:focus {
|
||||
@extend %ui-depth5;
|
||||
width: auto;
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
// extends - content - wrapping
|
||||
|
||||
Reference in New Issue
Block a user