Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(refs T34571): Shorten Delay for destroytooltip (#512)
to allow clicking on Buttons where the tooltip has been after hovering off. 300 ms should be enough for a rebounce and for normal user interaction to not click before the tooltip has been removed. Actually we need this tweak only in cases, where the z-index get increased from outside with a class that defines the z-index after `z-below-zero` in the css files
- Loading branch information