refactor(checkbox): move pointer-events to base CSS

relates to #15129
This commit is contained in:
Manu Mtz.-Almeida
2018-08-10 20:11:44 +02:00
parent 0219309297
commit 4e84d9ced9
3 changed files with 4 additions and 2 deletions

View File

@ -43,7 +43,6 @@
// TODO: .item-ios.item-checkbox-disabled ion-labe
:host(.checkbox-disabled) {
opacity: $checkbox-ios-disabled-opacity;
pointer-events: none;
}

View File

@ -46,7 +46,6 @@
:host(.checkbox-disabled) {
opacity: $checkbox-md-disabled-opacity;
pointer-events: none;
}

View File

@ -18,6 +18,10 @@
user-select: none;
}
:host(.checkbox-disabled) {
pointer-events: none;
}
:host(.checkbox-checked) .checkbox-icon {
border-color: var(--border-color-checked);