bootstrap
bootstrap copied to clipboard
make tooltips hover-able and dismiss-able
closes #28411
Makes tooltips wcag 1.4.13 conforming by providing a means to dismiss tooltips without moving the cursor, and allows users to hover the tooltip content. Tooltips are dismissed with the escape key.
Resources
Todo
- [ ] confirm & revise desired behavior
- [ ] fix & add tests