SASS: Add pointer events none to .disabled class (#18919)

This commit is contained in:
Peter Holmberg 2019-09-05 15:32:07 +02:00 committed by Torkel Ödegaard
parent a838d2b30a
commit 1bd4f51189

View File

@ -49,6 +49,7 @@
cursor: $cursor-disabled;
opacity: 0.65;
@include box-shadow(none);
pointer-events: none;
}
&--radius-left-0 {