diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-22 23:05:26 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-22 23:05:26 +1000 |
| commit | 6cd1bd52992134e81e1b9bc57b90bd14a92ee56d (patch) | |
| tree | cbe3ee8743b7faac9a7bf65b7047b60d1a9b89e5 /Pages/Component/Switch.razor.css | |
| parent | c42362f8906eaf1021655da5ca0fe71ba1ec4a6b (diff) | |
Fixed cursor when hovering over switches
Diffstat (limited to 'Pages/Component/Switch.razor.css')
| -rw-r--r-- | Pages/Component/Switch.razor.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
