Skip to content

Commit

Permalink
fix(item-option): remove outline on active/focus
Browse files Browse the repository at this point in the history
fixes #14191
  • Loading branch information
brandyscarney committed Mar 22, 2018
1 parent c2ce0f2 commit eae6869
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/components/item-option/item-option.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

color: inherit;
background: none;

&:active,
&:focus {
outline: none;
}
}

ion-item-options .item-option-button-inner {
Expand Down

0 comments on commit eae6869

Please sign in to comment.