Replace the deprecated `color-adjust` with `print-color-adjust` (#36283)

This commit is contained in:
Adrian Curtin 2022-05-24 03:36:27 -04:00 committed by GitHub
parent d9481ee054
commit 6a500849de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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 {