From b028cda0f6a92c195d3091032c2344ae1ef125d4 Mon Sep 17 00:00:00 2001 From: Aditya Unnithan_ONS <56112669+adi-unni@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:08:50 +0100 Subject: [PATCH] Change background after colour of checkbox (#2806) Update prepend file to v2 (#2803) Test signing commit Test 2 --- src/components/checkboxes/_checkbox.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/checkboxes/_checkbox.scss b/src/components/checkboxes/_checkbox.scss index d15673774d..8b806da55f 100644 --- a/src/components/checkboxes/_checkbox.scss +++ b/src/components/checkboxes/_checkbox.scss @@ -94,7 +94,6 @@ $checkbox-padding: 11px; &:checked, &:focus { - background-color: initial; & + .ons-checkbox__label::before { background: none; @@ -123,7 +122,6 @@ $checkbox-padding: 11px; &:checked, &:focus { - background-color: initial; & + .ons-checkbox__label::before { background: none;