• Chris Rebert's avatar
    Only disable pointer-events on disabled <a> btns; fixes #16088 · c26ffd43
    Chris Rebert authored
    <a> doesn't support the `[disabled]` attribute,
    so `a.btn.disabled` simulates it using `pointer-events: none`.
    However, this is unnecessary for <button>s and <input>s, and
    also prevents their `[disabled]` cursor from displaying.
    
    [skip sauce]
    [skip validator]
    c26ffd43
Name
Last commit
Last update
dist Loading commit data...
docs Loading commit data...
fonts Loading commit data...
grunt Loading commit data...
js Loading commit data...
less Loading commit data...
test-infra Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CNAME Loading commit data...
CONTRIBUTING.md Loading commit data...
Gruntfile.js Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
_config.yml Loading commit data...
bower.json Loading commit data...
composer.json Loading commit data...
package.js Loading commit data...
package.json Loading commit data...