Fix slider thumb inconsistency on iOS (#147)
This commit is contained in:
parent
096e0e48cf
commit
bf95420c39
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue