0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fix broken active state on password reset button

This commit is contained in:
John O'Nolan 2015-10-16 11:32:02 +02:00
parent 52f3d9b70e
commit cce722efa0

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;
}