Increase opacity of button focus rings
Created by: felixfbecker
This was a bit more contrived than I thought. In the end, our polyfill actually works correctly. We just have configured the outline to be quite small, and combined with the default 25% opacity on buttons, it is very hard to see. Since thanks to the polyfill we only show the focus ring on keyboard navigation, it is crucial that the focus ring is clearly visible, and it can't get in the way with regular mouse interaction. I'm therefor simply raising the opacity from 25% to 80%.
After:
Closes #9493 (closed)