From 767d299fb242bebe5bdca921bf23cbbbffde9c3f Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Fri, 16 Nov 2018 00:18:39 +0100 Subject: [PATCH] fix(input): remove red shadow for firefox fixes #16318 --- core/src/components/input/input.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/components/input/input.scss b/core/src/components/input/input.scss index d3b8291790..5c6f582111 100644 --- a/core/src/components/input/input.scss +++ b/core/src/components/input/input.scss @@ -89,6 +89,10 @@ background-color: transparent; } + &:invalid { + box-shadow: none; + } + &::-ms-clear { display: none; }