Skip to content

Commit

Permalink
Merge pull request #821 from sebgroup/fix/deprecated-short-hand
Browse files Browse the repository at this point in the history
fix: replace deprecated shorthand
  • Loading branch information
eweseong authored Jul 27, 2022
2 parents 9ecd254 + 9302ac5 commit dfc5c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/bootstrap-core/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 {
Expand Down

0 comments on commit dfc5c9c

Please sign in to comment.