Skip to content

Commit

Permalink
Fix deprecated CSS property
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna authored and mbohal committed Mar 29, 2023
1 parent 752ca36 commit 3faf4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@babel/plugin-transform-spread": "7.12.1"
},
"scripts": {
"build": "webpack --mode=production ",
"build": "webpack --mode=production",
"jest": "jest src/lib",
"eslint": "eslint --ext js,jsx src/lib ",
"start": "webpack --watch --mode=development",
Expand Down
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 3faf4e9

Please sign in to comment.