use a instead of h6 in navigation
this makes focusing and selecting in assistive technologies easier
This commit is contained in:
parent
bed1717f37
commit
06938c6d7c
3 changed files with 31 additions and 29 deletions
|
@ -11,7 +11,10 @@
|
|||
margin-left: @menu-margin; // moves *all* sidebar content to the right
|
||||
|
||||
// the toggle element
|
||||
h6 {
|
||||
a.nav {
|
||||
font-size: @font-size-head6;
|
||||
margin: 0 0 @font-size-head6;
|
||||
|
||||
cursor: pointer;
|
||||
font-weight: normal;
|
||||
margin-left: (@menu-margin * -1); // moves the toggles back to the left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue