use a instead of h6 in navigation

this makes focusing and selecting in assistive technologies easier
This commit is contained in:
Andreas Gohr 2017-02-22 12:12:04 +01:00
commit 06938c6d7c
3 changed files with 31 additions and 29 deletions

View file

@ -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