0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Merge pull request #5959 from JohnONolan/pwreset

Fix broken active state on password reset button
This commit is contained in:
Kevin Ansfield 2015-10-18 13:11:27 +01:00
commit afa0058f04

View file

@ -42,7 +42,6 @@
letter-spacing: 0;
font-size: 1.1rem;
line-height: 1.2rem;
/* Needs white BG to hide ugly lastpass icon */
}
.forgotten-link:hover {
@ -50,3 +49,8 @@
color: color(var(--blue) lightness(-20%));
text-decoration: none;
}
.forgotten-link:active {
box-shadow: none;
text-decoration: underline;
}