nswalters / AppTrakz-Client

React Client for AppTrakz application for documenting the job application process.
0 stars 0 forks source link

Fixed lingering focus-within issue #74

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

When clicking to update the user's profile photo, after clicking to select a photo or clicking 'cancel' in the file picker window, the image was still focused and blurred out as if the user was still hovering/focusing it.

Removing the focus-within:opacity-100 class on the 'user-photo' label resolved this issue.