Skip to content

Commit

Permalink
Merge pull request TryGhost#5959 from JohnONolan/pwreset
Browse files Browse the repository at this point in the history
Fix broken active state on password reset button
  • Loading branch information
kevinansfield committed Oct 18, 2015
2 parents c6b5055 + f19fd3b commit afa0058
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/client/app/styles/layouts/auth.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,15 @@
letter-spacing: 0;
font-size: 1.1rem;
line-height: 1.2rem;
/* Needs white BG to hide ugly lastpass icon */
}

.forgotten-link:hover {
border-left: #dae1e3 1px solid;
color: color(var(--blue) lightness(-20%));
text-decoration: none;
}

.forgotten-link:active {
box-shadow: none;
text-decoration: underline;
}

0 comments on commit afa0058

Please sign in to comment.