From 0fe0be832ede91f6618f8810d16377241b12e2dd Mon Sep 17 00:00:00 2001 From: Vinh Date: Thu, 6 Aug 2020 20:48:08 +0200 Subject: [PATCH] fix: use same focus styling (#3078) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/core/client/ui/components/v2/SelectField/SelectField.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/client/ui/components/v2/SelectField/SelectField.css b/src/core/client/ui/components/v2/SelectField/SelectField.css index 27271f82a..d54f2aade 100644 --- a/src/core/client/ui/components/v2/SelectField/SelectField.css +++ b/src/core/client/ui/components/v2/SelectField/SelectField.css @@ -15,8 +15,7 @@ } .keyboardFocus:focus { - outline: 1px solid $colors-teal-500; - border: 1px solid $colors-teal-500; + @mixin outline; } .selectFont {