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.
いくつかのボタンを備えたモバイル Web サイトを作成しました。css を使用して background-gradient を追加し、#button:active に反転グラデーションを追加しました。iPhone で Web サイトを開いてボタンをタップすると、グラデーションが変化しますが、ボタンを非表示/暗くする「モバイル Safari ネイティブ」効果もあります。2番目の効果を無効にする方法はありますか?
追加
-webkit-appearance: none;
ボタンの CSS に。
クラスにborder:0;プロパティを追加する.button
border:0;
.button