📜  单击时如何去除按钮上的蓝色背景 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:38.702000             🧑  作者: Mango

代码示例2
button {
  -webkit-tap-highlight-color: transparent;
}
/* This did it for me */