tippyjs icon indicating copy to clipboard operation
tippyjs copied to clipboard

remove border

Open messizqin opened this issue 2 years ago • 1 comments

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;
}

messizqin avatar May 25 '22 13:05 messizqin

is solved it with

outline: none

dieterwang avatar Oct 01 '23 16:10 dieterwang