From dca902bef1bd287f9ef3321a532cd67bdab8513c Mon Sep 17 00:00:00 2001 From: Dwayne Charrington Date: Thu, 21 Jul 2022 11:35:25 +1000 Subject: [PATCH] fix(scss): color-adjust property renamed to print-color-adjust The color-adjust property has been deprecated and replaced with print-color-adjust. --- src/scss/bootstrap/forms/_form-check.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/bootstrap/forms/_form-check.scss b/src/scss/bootstrap/forms/_form-check.scss index bc6378d1..ac6548c5 100644 --- a/src/scss/bootstrap/forms/_form-check.scss +++ b/src/scss/bootstrap/forms/_form-check.scss @@ -25,7 +25,7 @@ background-size: contain; border: $form-check-input-border; appearance: none; - color-adjust: exact; // Keep themed appearance for print + print-color-adjust: exact; // Keep themed appearance for print @include transition($form-check-transition); &[type='checkbox'] {