From 58a8aa7353982a9928d33b5000c536f4e005025b Mon Sep 17 00:00:00 2001 From: Bradley Szoke Date: Sun, 13 Jul 2025 14:29:23 -0500 Subject: [PATCH] fix: set cursor to pointer when on range (#4197) * set cursor to pointer when on range * chore: white space removal * chore: update contributors file --- CONTRIBUTORS | 1 + ts/routes/deck-options/EasyDaysInput.svelte | 1 + 2 files changed, 2 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9645c698f..b5dfe1d53 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -234,6 +234,7 @@ Emmanuel Ferdman Sunong2008 Marvin Kopf Kevin Nakamura +Bradley Szoke jcznk ******************** diff --git a/ts/routes/deck-options/EasyDaysInput.svelte b/ts/routes/deck-options/EasyDaysInput.svelte index fb5d9cd2d..c5fb4909a 100644 --- a/ts/routes/deck-options/EasyDaysInput.svelte +++ b/ts/routes/deck-options/EasyDaysInput.svelte @@ -85,6 +85,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } .easy-days-settings input[type="range"] { width: 100%; + cursor: pointer; } .day {