Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS で Safari のリンクをクリックすると、リンクの周りに灰色の半透明の長方形が表示されます。この動作を無効にすることは可能ですか?
あなたは確かにそうすることができます、最も簡単な方法は以下を使うことです:
-webkit-tap-highlight-color: transparent; tap-highlight-color: transparent;
また、好きな色に変更することもできます。リンクが押されたことを示すことは、ユーザーにとって役立つことに注意してください。