You've already forked 98.css
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:
@@ -517,6 +517,8 @@ input[type="range"]::-webkit-slider-thumb {
|
|||||||
width: 11px;
|
width: 11px;
|
||||||
background: svg-load("./icon/indicator-horizontal.svg");
|
background: svg-load("./icon/indicator-horizontal.svg");
|
||||||
transform: translateY(-8px);
|
transform: translateY(-8px);
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="range"].has-box-indicator::-webkit-slider-thumb {
|
input[type="range"].has-box-indicator::-webkit-slider-thumb {
|
||||||
|
|||||||
Reference in New Issue
Block a user