From what I can tell, the &[href] (a[href]) in _defaults.scss is taking the $link-background-color which is by default transparent and it can cause some issues.
For instance see the test plan when the buttons are reversed and text color matches the background color. This is very obvious on buttons in forums.
It seems like removing the background-color from this &[href] could be a fix but maybe there's a better one.