From 5aefb916310d2ec0094cbd7fe439f20d6afbefe4 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sat, 28 Mar 2020 17:44:25 +0200 Subject: [PATCH] remove underline effect on ligin when focused --- 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 822f1e5cf..f4a29b26e 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -85,7 +85,7 @@ text-align: center; color: @color-surface-dark2-90; - &:hover, &:focus { + &:hover { .login-label { text-decoration: underline; }