From 6a500849de6d00950f32fcd5c949657e815039c1 Mon Sep 17 00:00:00 2001 From: Adrian Curtin <48138055+AdrianCurtin@users.noreply.github.com> Date: Tue, 24 May 2022 03:36:27 -0400 Subject: [PATCH] Replace the deprecated `color-adjust` with `print-color-adjust` (#36283) --- scss/_custom-forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 35d69911a4..750ea9cfb0 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -13,7 +13,7 @@ display: block; min-height: $font-size-base * $line-height-base; padding-left: $custom-control-gutter + $custom-control-indicator-size; - color-adjust: exact; // Keep themed appearance for print + print-color-adjust: exact; // Keep themed appearance for print } .custom-control-inline { -- 2.47.2