]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace the deprecated `color-adjust` with `print-color-adjust` (#36283)
authorAdrian Curtin <48138055+AdrianCurtin@users.noreply.github.com>
Tue, 24 May 2022 07:36:27 +0000 (03:36 -0400)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 07:36:27 +0000 (10:36 +0300)
scss/_custom-forms.scss

index 35d69911a437f066172c3dbaab95160058621035..750ea9cfb01f02565f02e1ead2cd30b0152e4142 100644 (file)
@@ -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 {