I can't seem to find the #css precedence rules that explain the specificity of `a:not([href]):not([tabindex])`. Apparently the :not there override having a more specific class and parents?
@icedquinn The selector I shared, trying to override that, is from Bootstrap. I'm using a library which uses un-targetted hrefs to do on-click things. (should be buttons not anchors, I know...)