From bf95420c39a2dc29e197156ff27f4e9fd8835119 Mon Sep 17 00:00:00 2001 From: Einar Andersson Date: Mon, 24 Oct 2022 19:20:10 +0200 Subject: [PATCH] Fix slider thumb inconsistency on iOS (#147) --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 3c50f8d..5f27a49 100644 --- a/style.css +++ b/style.css @@ -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 {