Harden slider rendering for iOS Safari WebKit
This commit is contained in:
@@ -878,6 +878,7 @@ section + section {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -902,6 +903,7 @@ section + section {
|
|||||||
margin-top: var(--dimension-slider-thumb-offset-top);
|
margin-top: var(--dimension-slider-thumb-offset-top);
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
background: var(--surface-slider-thumb);
|
background: var(--surface-slider-thumb);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user