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 b43ac6c commit f9b473bCopy full SHA for f9b473b
core/src/components/checkbox/checkbox.ionic.scss
@@ -380,8 +380,7 @@ input {
380
// --------------------------------------------------
381
// Only show the focus ring when the checkbox is focused and not disabled
382
:host(.ion-focused:not(.checkbox-disabled)) .native-wrapper {
383
- outline: var(--focus-ring-width) globals.$ion-border-style-solid var(--focus-ring-color);
384
- outline-offset: var(--focus-ring-offset);
+ @include globals.focused-state();
385
}
386
387
// Checkbox: Active
0 commit comments