0

In safari when we tap and hold element, for example input textfield, element highlithing with black translucent color on whole element. I need remove it, I tried -webkit-appereance:none but it doesn't help me. can you help me with this, how i can remove black highlight on focus event?

4

1 回答 1

1

改变

#container {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
于 2013-07-17T09:06:11.730 回答