You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(issues): Tags & Flags flyout underline only when a link is wrapping (#87204)
small refactor of some stuff related to linkable distribution cards
inside the Tags & Flags flyout.
Fixed the :focus outline for cards... the whole card is clickable but it
wasn't visually obvious before.
Also switched the key to use the flag name instead of index. With
searching the index of an item can change, and react needs to re-render
things properly.
Finally, I tied the underlining of the `h5` to the link itself. As of
right not the Flags view doens't have a link, but the flag-name was
incorrectly being underlined. No longer.
**Before**

**After**

0 commit comments