From e1877962dfc661a867eeee332bf08f2b9719d8c1 Mon Sep 17 00:00:00 2001 From: DerekHAu <37601628+DerekHAu@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:59:36 +1000 Subject: [PATCH 1/2] Update NNCheckboxes.css Commented text-decoration: line-through as it is impacting other PCF that have checkboxes on the same form. --- NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css b/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css index 631fa1e..883116b 100644 --- a/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css +++ b/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css @@ -11,7 +11,7 @@ input[type=checkbox] + label { input[type=checkbox]:checked + label{ font-weight: normal; - text-decoration: line-through; + /* text-decoration: line-through; */ } @@ -183,4 +183,4 @@ div.nncb-flex >div { span.nncb-switch-label{ padding-left:5px; white-space: normal; - } \ No newline at end of file + } From 6537a37fd8f31e9a1bec9a40a973a2dce848197b Mon Sep 17 00:00:00 2001 From: DerekHAu <37601628+DerekHAu@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:06:23 +1000 Subject: [PATCH 2/2] Update NNCheckboxes.css --- NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css b/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css index 883116b..f9f04b2 100644 --- a/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css +++ b/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css @@ -1,7 +1,7 @@ body { margin: 0; } - +/* input[type=checkbox] + label { vertical-align: middle; position: relative; @@ -11,9 +11,9 @@ input[type=checkbox] + label { input[type=checkbox]:checked + label{ font-weight: normal; - /* text-decoration: line-through; */ + text-decoration: line-through; } - +*/ div.nncb-main{ margin-top:10px;