Skip to content

Commit 86127b9

Browse files
feat(toggle): remove focus outline
1 parent 6407b6a commit 86127b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/components/toggle/toggle.ionic.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
outline-offset: var(--focus-ring-width);
8181
}
8282

83+
:host(.ion-focused) {
84+
outline: none;
85+
}
8386
// Toggle Native Wrapper: Pressed
8487
// ----------------------------------------------------------------
8588
:host(.ion-activated) .toggle-icon {

0 commit comments

Comments
 (0)