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:
parent
52f3d9b70e
commit
cce722efa0
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue