UMB-CS-682-Team-03 / tracker

0 stars 0 forks source link

Focus markers are hidden in chrome on buttons #76

Closed rouilj closed 5 months ago

rouilj commented 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.

rouilj commented 5 months ago

This got committed as part of 2fc6bf2f3084.