modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
921 stars 171 forks source link

Buttons on the Notifications page have incorrect focus styling #1687

Closed MMK21Hub closed 1 year ago

MMK21Hub commented 1 year ago

Describe the bug

On the sidebar of the Notifications page, the buttons retain their rounded corners when focused on. This is inconsistent with similar buttons elsewhere on the site, which have corners that 'expand' to match the smaller border radius of the focus outline.

Steps to reproduce

  1. Wait to receive a notification for a project that you follow
  2. Go to https://modrinth.com/notifications
  3. Use the Tab key to focus the "Clear all" button on the sidebar

Expected behavior

The border-radius of the button would change to match the focus outline

Screenshots

image

triphora commented 1 year ago

Fixed by modrinth/knossos#961