• 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
buttons.less 3.56 KB