-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaks to style and popover DOM placement.
Reduce the padding on the card headers in the results popover. Make the popover container the parent element of the feedback button. In most cases this will result in the popover being in the DOM immediately after the feedback button, and thus also immediately after the button in the tab order. Make clicking on the popover header close it. Note that this does not have interactive semantics other than a pointer cursor when the mouse is over it, and is not focusable. That is probably okay since this would be an annoying tab stop for keyboard users, and keyboard users can already open and close the popover with the button.
- Loading branch information
Showing
3 changed files
with
8 additions
and
3 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