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

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

View File

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