mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +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;
|
opacity: 0.40;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-button-hidden {
|
.pure-button-hidden {
|
||||||
|
Loading…
Reference in New Issue
Block a user