You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to add a border around the tooltip and the arrow tip:
The arrow is made using the classic CSS border hack, which makes it difficult to add a border to it.
I ended up using a pseudo-element with a clip-path to create the arrow tip.
I then translated the arrow tip by 1px to hide the border around the tooltip when the arrow join:
I wonder if we could make this easier.
Here is the code I used to override the theme:
Hi,
I was trying to add a border around the tooltip and the arrow tip:
The arrow is made using the classic CSS border hack, which makes it difficult to add a border to it.
I ended up using a pseudo-element with a clip-path to create the arrow tip.
I then translated the arrow tip by 1px to hide the border around the tooltip when the arrow join:
I wonder if we could make this easier.
Here is the code I used to override the theme:
The text was updated successfully, but these errors were encountered: