From: Adrian Curtin <48138055+AdrianCurtin@users.noreply.github.com> Date: Tue, 24 May 2022 07:36:27 +0000 (-0400) Subject: Replace the deprecated `color-adjust` with `print-color-adjust` (#36283) X-Git-Tag: v4.6.2~18 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a500849de6d00950f32fcd5c949657e815039c1;p=thirdparty%2Fbootstrap.git Replace the deprecated `color-adjust` with `print-color-adjust` (#36283) --- 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 {