From 34824fe8eea0d99245278a8b6fcc489f1fc214b8 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 29 Aug 2017 03:58:35 +0800 Subject: [PATCH] Remove focus ring on Safari --- _sass/2017/components/search-box.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/2017/components/search-box.scss b/_sass/2017/components/search-box.scss index ccba7f178..552f30cf4 100644 --- a/_sass/2017/components/search-box.scss +++ b/_sass/2017/components/search-box.scss @@ -13,6 +13,10 @@ Flex: 1 0 auto; } + & > input:focus { + outline: 0; + } + &::before { @include ion-icon('md-search'); font-size: 32px;