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;
}