-
Notifications
You must be signed in to change notification settings - Fork 906
Closed
Labels
TODO: needs reviewWaiting for reviewWaiting for review
Description
Observed behavior
Following up from #8703 (comment) (cc @jtamiace @marcellamaki)
Notes on the current styling of category selection:
- Icons are small
- Side nav hover states have no transition, and modal clickable item hover states have a very slow transition
- Modal clickable items have a low-contrast hover styling and don't reflect current filter state
Expected behavior
1. Icons should be bigger
2. Standard transitions on hover states
See our common hover timing functions:
and Material Design guidance on easing curves:
https://material.io/design/motion/speed.html#easing
3. Updates to modal clickable items
- Similar feedback as library side-nav items don't look like clickable folder nav items #8631 – propose that we use hover states similar to other nav and menu items for higher contrast and consistency
- When a filter item is already selected, this should be reflected in the modal. Clicking it again should remove that filter.
User-facing consequences
Category selection modals are a bit less polished than than they could be.
Context
0.15.0-beta2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TODO: needs reviewWaiting for reviewWaiting for review

