-
-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sidebar,flyout,modal): missing identical features and fixes
flyout features (all adopted from modal): - moved many values into LESS variables - a11y: aria labels, tab focus trap, close icon focussable and activateable via space key - autofocus setting,restoreFocus setting - fetch esc key to close flyout by new via keyBoardShortcuts setting - basic actions, basic header - left actions - center aligned header, content, actions - blurring setting flyout fixes: - smooth fadeout of dimmer (was hard removing the dimmer without any transition on close) - temp flyouts have to be put before pusher in dom to avoid auto pusher wrap when not necessary Sidebar fixes: - smooth fadeout of dimmer (was hard removing the dimmer without any transition on close) Sidebar features (adopted from modal): - blurring setting modal fixes: - basic action on inverted dimmer
- Loading branch information
Showing
9 changed files
with
440 additions
and
111 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.