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

Commit

Permalink
add hover/focus style for login button, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Peters committed Feb 14, 2020
1 parent c39e08d commit 00257e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/main/resources/templates/styles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ h1 a.active:hover, h1 a.active:focus {
button.highlightBack:hover, button.highlightBack:focus {
background-color: ${styles.highlight};
}
#login-area a.button:hover svg path, #login-area a.button:focus svg path {
#login-area a.button:hover svg path.line, #login-area a.button:focus svg path.line {
fill: ${styles.dark};
}

0 comments on commit 00257e9

Please sign in to comment.