Skip to content

Commit

Permalink
Fix deprecated CSS property
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Aug 2, 2023
1 parent 464b303 commit c98a9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/tools/form-fields/_inline-field-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
background-size: contain;
background-repeat: no-repeat;
background-color: var(--rui-local-check-background-color);
color-adjust: exact; // 1.
print-color-adjust: exact; // 1.

&:focus,
&:checked:focus {
Expand Down

0 comments on commit c98a9a7

Please sign in to comment.