From ebdb7ff57e59778425a4ec2ef3184d733b707096 Mon Sep 17 00:00:00 2001 From: Emerson Thompson Date: Thu, 21 Jul 2016 20:46:55 -0300 Subject: [PATCH] Disabling event with pointer-events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/buttons/css/buttons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buttons/css/buttons.css b/src/buttons/css/buttons.css index 92ed95238..64250dfac 100644 --- a/src/buttons/css/buttons.css +++ b/src/buttons/css/buttons.css @@ -46,6 +46,7 @@ opacity: 0.40; cursor: not-allowed; box-shadow: none; + pointer-events: none; } .pure-button-hidden {