1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09: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

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 {