-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(button): conflicting hover state (#9504)
* fix(button): conflicting hover state * fix(button): removed unnecessary boolean * fix(button): testing deploy preview * fix(button): removed setIsHovered on mouseEnter and handleFocus * fix(button): hover states * fix(button): hover states * fix(button): another stab at a state fix * chore(storybook): added controls * fix(storybook): added playground2 * Revert "chore(storybook): added controls" This reverts commit e44f5e8. * fix(button): removed storybook onFocus * fix(button): removed onclick action * fix(button): console'ing the onFocus * fix(button): removed legacy storybook actions * Update packages/react/src/components/Button/Button.js Co-authored-by: TJ Egan <tw15egan@gmail.com> * Update packages/react/src/components/Button/Button.js Co-authored-by: TJ Egan <tw15egan@gmail.com> * fix(button): removed zombies and applied fix to tooltipIcon * fix(button): removed test stories Co-authored-by: TJ Egan <tw15egan@gmail.com>
- Loading branch information
1 parent
86c9683
commit ceee5c0
Showing
3 changed files
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters