We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c9719 commit 0678a1fCopy full SHA for 0678a1f
core/src/components/toggle/toggle.ionic.scss
@@ -80,6 +80,9 @@
80
outline-offset: var(--focus-ring-width);
81
}
82
83
+:host(.ion-focused) {
84
+ outline: none;
85
+}
86
// Toggle Native Wrapper: Pressed
87
// ----------------------------------------------------------------
88
:host(.ion-activated) .toggle-icon {
0 commit comments