From 8f1afdce5ef754ab9020af81e30a2dc2af976c3d Mon Sep 17 00:00:00 2001 From: ujjwal Date: Sat, 27 Feb 2021 00:31:29 +0530 Subject: [PATCH] Fix #16552 - checkbox background on pmahomme theme Signed-off-by: Kumar Ujjwaldisha Batra --- themes/pmahomme/scss/_variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/pmahomme/scss/_variables.scss b/themes/pmahomme/scss/_variables.scss index a55501fc60..38de7c0ada 100644 --- a/themes/pmahomme/scss/_variables.scss +++ b/themes/pmahomme/scss/_variables.scss @@ -107,6 +107,7 @@ $dropdown-item-padding-x: 0; // Forms $form-check-input-margin-y: 0.1rem; +$form-check-input-checked-bg-color: #0075ff; // Navs