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.
設定してみました
-webkit-user-select:なし
と
selectstart
そして、セレクターは削除されましたが、長方形はまだ表示されています。
リンクをクリックしたときにリンクに表示される長方形を意味する場合は、このcssルールを使用して、長方形の色とアルファを定義できます。アルファ値0を使用して、非表示にします。
-webkit-tap-highlight-color: rgba(0,0,0,0);
DIVのCSSで、outlineプロパティを使用してみてください。
div.no-border { outline: none; }