Skip to content

Commit a4121d8

Browse files
committed
fixed checkbox invalid
1 parent 7c452cc commit a4121d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/checkbox/checkbox.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ input {
380380
// --------------------------------------------------
381381
// Only show the focus ring when the checkbox is focused and not disabled
382382
:host(.ion-focused:not(.checkbox-disabled)) .native-wrapper {
383-
@include globals.focused-state();
383+
@include globals.focused-state(var(--focus-ring-width), globals.$ion-border-style-solid, var(--focus-ring-color));
384384
}
385385

386386
// Checkbox: Active

0 commit comments

Comments
 (0)