mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
@ -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