mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
@ -43,7 +43,6 @@
|
||||
// TODO: .item-ios.item-checkbox-disabled ion-labe
|
||||
:host(.checkbox-disabled) {
|
||||
opacity: $checkbox-ios-disabled-opacity;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
|
@ -46,7 +46,6 @@
|
||||
|
||||
:host(.checkbox-disabled) {
|
||||
opacity: $checkbox-md-disabled-opacity;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
|
@ -18,6 +18,10 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
:host(.checkbox-disabled) {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
:host(.checkbox-checked) .checkbox-icon {
|
||||
border-color: var(--border-color-checked);
|
||||
|
||||
|
Reference in New Issue
Block a user