-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XWIKI-22339: Icon picker is not keyboard operable (#3800)
* XWIKI-22339: Icon picker is not keyboard operable * Updated the type of the icon buttons to be actual buttons and not disguised divs. * Added word break indicators in the icon names, for cleaner breaks on long iconNames. * Moved the DOM representation of the picker right after the input. * Added an escape listener on the picker content to easily get out of it. * Updated style to avoid having too big of a change with the new DOM. * Improved style for long iconNames, which were poorly supported before. * Escaped changes * Fixed typo (cherry picked from commit 818bc25)
- Loading branch information
Showing
1 changed file
with
42 additions
and
7 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