-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post Editor: Support keyboard resizing of meta boxes pane (#65325)
* Use a custom resize handle to support keyboard use Also computes maximum resize height taking into account notices * Avoid pane’s `width` becoming fixed * Fix aria-valuenow updates from `onResize` * Respect reduced motion preference * Correct typo * Revamp resize handle button hover/focus transition * Use border-radius/width instead of clip-path * Use variable based on grid unit for resize handle height * Remove unnecessary max-height rule Co-authored-by: t-hamano <wildworks@git.wordpress.org>
- Loading branch information
Showing
2 changed files
with
162 additions
and
37 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