mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
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:
parent
af76b11478
commit
8b03931eaf
@ -46,6 +46,7 @@
|
||||
opacity: 0.40;
|
||||
cursor: not-allowed;
|
||||
box-shadow: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.pure-button-hidden {
|
||||
|
Loading…
Reference in New Issue
Block a user