Closed KhaVNguyen closed 4 years ago
Love this library. Wondering if there's a way to hide the tooltip automatically after a button has been pressed? Seems like the tooltip remains and only hides after I click elsewhere
Got it! Just have to add this somewhere in your css:
[data-tooltip]:focus:before, [data-tooltip]:focus:after, [data-tooltip]:active:before, [data-tooltip]:active:after { opacity: 0 !important; }
Love this library. Wondering if there's a way to hide the tooltip automatically after a button has been pressed? Seems like the tooltip remains and only hides after I click elsewhere