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.
私は設定 Outline: none から -moz-outline-style: none; まですべてを試しました。および輪郭の色: #fff; border:0 も設定しましたが、まだフォーカスが表示されています
何か案は ?
試す:
select { -moz-outline-style: none; outline-style: none; outline-width: 0px; outline-color: -moz-use-text-color; outline: 0; }
私は試してみます
outline:0;
で開始する..