From 477259d85c1407978f723a17c55c60a1ff32132e Mon Sep 17 00:00:00 2001 From: Lightling Date: Thu, 17 Apr 2025 23:00:41 -0400 Subject: [PATCH] checkbox cursor --- projects/frontend/src/styles/embed.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/frontend/src/styles/embed.sass b/projects/frontend/src/styles/embed.sass index f2bb197..9e855ae 100644 --- a/projects/frontend/src/styles/embed.sass +++ b/projects/frontend/src/styles/embed.sass @@ -1,6 +1,8 @@ @use 'mixins.scss' -button +button, +input[type="checkbox"], +label:has(+ input[type="checkbox"]) cursor: pointer .modal-outlet