From 6c84a2cbbdf5b51da8388a74cd8e3f1903ba68e5 Mon Sep 17 00:00:00 2001 From: emyarod Date: Wed, 10 Apr 2019 09:41:18 -0700 Subject: [PATCH] fix(password-input): remove toggle error outline (#2278) --- src/components/text-input/_text-input.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/text-input/_text-input.scss b/src/components/text-input/_text-input.scss index 3373d85ec605..c706ebea71cf 100644 --- a/src/components/text-input/_text-input.scss +++ b/src/components/text-input/_text-input.scss @@ -184,7 +184,6 @@ border: 0; background: none; cursor: pointer; - outline: inherit; svg { fill: $brand-01;