1
0
mirror of https://github.com/jdan/98.css.git synced 2025-01-29 10:27:51 +01:00

Fix slider thumb inconsistency on iOS (#147)

This commit is contained in:
Einar Andersson 2022-10-24 19:20:10 +02:00 committed by GitHub
parent 096e0e48cf
commit bf95420c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,8 @@ input[type="range"]::-webkit-slider-thumb {
width: 11px;
background: svg-load("./icon/indicator-horizontal.svg");
transform: translateY(-8px);
box-shadow: none;
border: none;
}
input[type="range"].has-box-indicator::-webkit-slider-thumb {