-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix split button markup, visuals, performance (#4837)
- Refactor the component markup to follow the HTML5 specification - Improve the component architecture so that there is a clear separation between "display" and "logic" elements - Improve performance with removing unnecessary focus trapping (the base Context Menu takes care of that) and refs - Fix visual glitches (bottom outline not shown in some cases, see screenshots) - Add test attributes to improve the component testability
- Loading branch information
Showing
2 changed files
with
53 additions
and
53 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