Update instances of `a[href]` (011 specificity) to `:link` (010 specificity) in LESS/CSS. * https://github.com/rackerlabs/helix-ui/search?l=Less&q=a%5Bhref%5D * [caniuse `:link` compatibility](https://caniuse.com/#feat=css-sel2) * [MDN `:link` browser compatibility](https://developer.mozilla.org/en-US/docs/Web/CSS/:link#Browser_compatibility) Categorized as `Bug: CSS` due to increased complexity required to override in consuming apps.