atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.86k stars 520 forks source link

remove border #1055

Open messizqin opened 2 years ago

messizqin commented 2 years ago

hi there, I am using an element as tooltip content, but there is always a dark grey border around it, I tried to define a theme to remove it, but whatever I have tried did not work.

.tippy-box {
  border: none;
  padding: 0;
}
dieterwang commented 11 months ago

is solved it with

outline: none