From 3f71e9eca74279eff5aabf0f4b8469b564dc9716 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Wed, 30 Jan 2019 15:32:43 +0200 Subject: [PATCH] consent checkbox styles updated --- src/routes/Intro/styles.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/routes/Intro/styles.less b/src/routes/Intro/styles.less index 57c81ceac..fb208e950 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -114,8 +114,11 @@ &:focus-within { border-color: var(--color-surfacelighter); } - } + &:hover { + border-color: transparent; + } + } .forgot-password { align-self: flex-end; @@ -146,7 +149,6 @@ .submit-button { width: 100%; - outline: none; padding: calc(var(--spacing) * 1.1); font-size: 1.1em; font-weight: 600;