ocadotechnology / hexagonjs

A modular, themable collection of components for modern browsers
https://www.hexagonjs.io
Apache License 2.0
51 stars 15 forks source link

fix: jarring effect in Tooltip component #565

Closed karthik-selva closed 4 years ago

karthik-selva commented 4 years ago

Description

Tooltip uses the Dropdown component for dynamic positioning. When tooltip icon is hovered, the tooltip content is positioned overlapping on the icon, which creates a jarring effect.

Motivation and Context

Users can easily see the tooltip text without the jarring effect.

How Has This Been Tested?

Tested the change in the browser since its a CSS fix

Screenshots (if appropriate):

Checklist:

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.02%) to 69.885% when pulling d8cf62a3ff62d1a23f51dbeda0ea7b0209981af0 on karthik-selva:DSHR-807-fix-tooltip into c83fd0f1275034b46244214d9ea763e4731efab6 on ocadotechnology:develop.

charlieTheBotDev commented 4 years ago

I'll add docs when I release later today