Disabling event with pointer-events (#584)

The `pointer-events` property allows for control over how HTML elements respond to mouse/touch events – including CSS hover/active states, click/tap events in Javascript, and whether or not the cursor is visible.
This commit is contained in:
Emerson Thompson 2016-11-22 01:53:02 -03:00 committed by Seth Bertalotto
parent af76b11478
commit 8b03931eaf

View File

@ -46,6 +46,7 @@
opacity: 0.40;
cursor: not-allowed;
box-shadow: none;
pointer-events: none;
}
.pure-button-hidden {