Problem
Transform output gives Button a cursor change on hover and pressed, but Favorite Button does not get the same treatment. Both are interactive buttons, so a user moving between them sees inconsistent affordance — one signals clickability, the other does not.
Solution
Interactive components get the same hover/pressed cursor styling regardless of which component they are. Whatever condition currently qualifies Button should qualify Favorite Button too.
Acceptance criteria
Workspace
Found during transform QA of React and Web Components output, reviewing components side by side in Storybook.
Notes
Primary component: Favorite Button.
Cause is not yet known — it is unclear what distinguishes Favorite Button from Button such that only one gets the styling.
Implementation details are tracked internally.
Problem
Transform output gives Button a cursor change on hover and pressed, but Favorite Button does not get the same treatment. Both are interactive buttons, so a user moving between them sees inconsistent affordance — one signals clickability, the other does not.
Solution
Interactive components get the same hover/pressed cursor styling regardless of which component they are. Whatever condition currently qualifies Button should qualify Favorite Button too.
Acceptance criteria
Workspace
Found during transform QA of React and Web Components output, reviewing components side by side in Storybook.
Notes
Primary component: Favorite Button.
Cause is not yet known — it is unclear what distinguishes Favorite Button from Button such that only one gets the styling.