briancwald / material_admin

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

Tooltips that contain a link are not clickable because of mouseout event #28

Closed briancwald closed 7 years ago

briancwald commented 7 years ago

in some cases, the description text contains a link, when it gets added to the tooltip event, those links are not clickable because the mouseout event on the link hides the tooltip before you can click it.

demo:

tooltip-noclick

briancwald commented 7 years ago

Complete!