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

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