Merge pull request #200 from CartoDB/disable-pointerevents-in-disabled-buttons

Disable pointer events in disabled buttons
pull/201/head
Jesús Botella 6 years ago committed by GitHub
commit 34c8e8c816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -175,6 +175,10 @@ Layout Component:
&.is-disabled {
opacity: 0.24;
cursor: default;
&:active {
pointer-events: none;
}
}
}

Loading…
Cancel
Save