From 0e6e665e043ee25aaf134689f84f3c793ea307bc Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sat, 28 Mar 2020 18:36:28 +0200 Subject: [PATCH] underline effect removed from focus on forgot password --- src/routes/Intro/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Intro/styles.less b/src/routes/Intro/styles.less index f4a29b26e..a7f57bb87 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -141,7 +141,7 @@ padding: 0.5rem 1rem; color: @color-surface-light3-90; - &:hover, &:focus { + &:hover { text-decoration: underline; color: @color-secondaryvariant2-light1-90; }