From cce722efa06065b98af5f6ba23b7350e744cb9b1 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 16 Oct 2015 11:32:02 +0200 Subject: [PATCH] Fix broken active state on password reset button --- ghost/admin/app/styles/layouts/auth.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/auth.css b/ghost/admin/app/styles/layouts/auth.css index bb91e578fe..a7ebf8de59 100644 --- a/ghost/admin/app/styles/layouts/auth.css +++ b/ghost/admin/app/styles/layouts/auth.css @@ -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; +}