From 6cd1bd52992134e81e1b9bc57b90bd14a92ee56d Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 22 Aug 2023 23:05:26 +1000 Subject: Fixed cursor when hovering over switches --- Pages/Component/Switch.razor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Pages/Component/Switch.razor.css b/Pages/Component/Switch.razor.css index 076b5d1..6b1f5d5 100644 --- a/Pages/Component/Switch.razor.css +++ b/Pages/Component/Switch.razor.css @@ -2,6 +2,7 @@ background: var(--col-switch-bg); border-radius: 20px; border: 1px solid var(--col-switch-fg); + cursor: pointer; height: 20px; transition: background 0.1s linear; width: 40px; -- cgit v1.3