css cancel cursor focus after mouse click, cursor set transparent

After the mouse is clicked, the cursor will flicker. If you want to cancel, you can set the cursor to transparent

  /* 点击后光标设置为透明 */
  caret-color: rgba(0,0,0,0);

Guess you like

Origin blog.csdn.net/weixin_57607714/article/details/124019805