briancwald / material_admin

Drupal 8 Admin Theme
GNU General Public License v2.0
48 stars 15 forks source link

Allow tooltips to be hovered and clicked. #32

Closed mortenson closed 7 years ago

mortenson commented 7 years ago

Addresses #28

This PR triggers mouse enter/leave events in tooltip triggers when the tooltip content is interacted with, which allows tooltips to be hovered and clicked.

briancwald commented 7 years ago

excellent!