ページに があり、css でスタイルを設定しました。
input[type=range] {
-webkit-appearance: none;
background-color: #1b2b66;
width: 300px;
height: 3px;
position: relative;
top: -9px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
background-image: url("../images/slider.png");
background-size: 100% auto;
border: 0px;
width: 35px;
height: 35px;
}
問題は次のとおりです。ユーザーがスライダーのつまみをクリックすると、iPad で黒い境界線が画像を囲みます。これを隠すにはどうすればよいですか?