Skip to content

Commit 8e31ed5

Browse files
committed
fixed chacbox disabled status
1 parent b14db4a commit 8e31ed5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -356,13 +356,6 @@ input {
356356
height: inherit;
357357
}
358358

359-
// disabled, unchecked checkbox
360-
:host(.checkbox-disabled) .native-wrapper {
361-
border-color: globals.$ion-primitives-neutral-800;
362-
363-
background-color: globals.$ion-icon-disabled;
364-
}
365-
366359
// disabled, checked checkbox
367360
:host(.checkbox-disabled.checkbox-checked) .native-wrapper {
368361
border-width: globals.$ion-border-size-0;

0 commit comments

Comments
 (0)