Skip to content

Increase opacity of button focus rings

Warren Gifford requested to merge fix-focus-rings into master

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:

2020-04-03 02 31 05

Closes #9493 (closed)

Merge request reports

Loading