From eae68690123bed963172511b4aec1126c3f33f39 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 22 Mar 2018 10:45:32 -0400 Subject: [PATCH] fix(item-option): remove outline on active/focus fixes #14191 --- core/src/components/item-option/item-option.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/src/components/item-option/item-option.scss b/core/src/components/item-option/item-option.scss index 6a3f15320a..46efcf97ff 100644 --- a/core/src/components/item-option/item-option.scss +++ b/core/src/components/item-option/item-option.scss @@ -14,6 +14,11 @@ color: inherit; background: none; + + &:active, + &:focus { + outline: none; + } } ion-item-options .item-option-button-inner {