From 5f44d92251b30165e00184fb4882c5dcb33f44bf Mon Sep 17 00:00:00 2001 From: sandeepsajan0 <sandeepsajan0@gmail.com> Date: Tue, 28 Jun 2022 11:31:44 +0530 Subject: [PATCH] Highlight checkbox/radio button label on hover --- hypha/static_src/src/sass/public/components/_form.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hypha/static_src/src/sass/public/components/_form.scss b/hypha/static_src/src/sass/public/components/_form.scss index b023a4f57..0ca2e815a 100644 --- a/hypha/static_src/src/sass/public/components/_form.scss +++ b/hypha/static_src/src/sass/public/components/_form.scss @@ -462,6 +462,10 @@ position: relative; padding-left: 30px; cursor: pointer; + + &:hover { + font-weight: bold; + } } [type='radio'] + label::before, -- GitLab