Default Bootstrap Tooltip
The default Bootstrap tooltip could use some styling help.

Outlined Tooltip
Let's change it to outlined with drop-shadow and proper spacing!

Implementation details
This is implemented with reactstrap and styled-components. You can see the CSS in each styled component file in /styles/Tooltip*.js. It should be fairly easy to customize with your own design, too.
Top comments (0)