Created by: MartijnCuppens
Since we can now officially use pointer-events
since IE10 is dropped, we can simplify our code a bit and decrease our selector specificity of all active .btn
s and .close
button.
I've also removed the cursor: auto;
from the links since pointer-events: none
is applied. And I 've added pointer-events: none
to the form ranges which doesn't require to reset the cursor styles.
Closes https://github.com/twbs/bootstrap/pull/27785 Fixes #27784 (closed)
TODO:
-
Document the effect of pointer-events