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 6407b6a commit 86127b9Copy full SHA for 86127b9
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