Created
February 28, 2019 14:38
-
-
Save nucab/0dc6348f1579d2fcd2c14657b16aef16 to your computer and use it in GitHub Desktop.
Disabled button is clickable on Edge browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*[disabled] { | |
pointer-events: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment