Closed rouilj closed 5 months ago
The focus markers are not obvious on buttons in chrome. They sit on top of the normal border and aren't very visible. Set the offset to make them more visible.
Add:
*:focus-visible { outline-offset: 3px; }
to the end of classhelper.css.
This got committed as part of 2fc6bf2f3084.
The focus markers are not obvious on buttons in chrome. They sit on top of the normal border and aren't very visible. Set the offset to make them more visible.
Add:
to the end of classhelper.css.