Skip to content

Commit

Permalink
Fix broken active state on password reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnONolan committed Oct 16, 2015
1 parent 611f1e9 commit f19fd3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/client/app/styles/layouts/auth.css
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 f19fd3b

Please sign in to comment.