From 14eb6cae8dc0218ea65558a701651da191ba6191 Mon Sep 17 00:00:00 2001 From: rubenmoya Date: Mon, 18 Sep 2017 19:57:40 +0200 Subject: [PATCH] Remove box-shadow on required inputs --- components/input/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/input/theme.css b/components/input/theme.css index a39cb874..7819235a 100644 --- a/components/input/theme.css +++ b/components/input/theme.css @@ -41,6 +41,10 @@ padding: var(--input-field-padding) 0; width: 100%; + &:required { + box-shadow: none; + } + &:focus:not([disabled]):not([readonly]) { & ~ .bar::before, & ~ .bar::after {