Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
a11y: add hover/focus color for hamburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
steffchep committed Feb 16, 2020
1 parent 00257e9 commit 4f73fc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions impl/src/main/resources/templates/styles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ button.highlightBack:hover, button.highlightBack:focus {
#login-area a.button:hover svg path.line, #login-area a.button:focus svg path.line {
fill: ${styles.dark};
}
h1 #mainmenu-button svg:hover, h1 #mainmenu-button svg:focus {
fill: ${styles.dark};
}

0 comments on commit 4f73fc1

Please sign in to comment.