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.
phonegap android をテストして何かを実行していますが、リンクと入力タグのアウトラインを非表示にしたいと考えています。
outline:0;
役に立たない。
どうすれば非表示にできますか?
ありがとう。
これを試して:
input:focus, textarea:focus { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-modify: read-write-plaintext-only; }
リンクと入力タグの場合
a, input { outline:0; border:none; }