携帯ブラウザaのラベルを消してクリックする時の青い背景

110 ワード

/*css*/
a {
    -webkit-tap-highlight-color:transparent; 
    -webkit-appearance;
  }