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
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Peters committed Feb 14, 2020
1 parent d9f6bd9 commit c39e08d
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 @@ -56,3 +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 {
fill: ${styles.dark};
}

0 comments on commit c39e08d

Please sign in to comment.