Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq committed Apr 17, 2024
1 parent 994fc58 commit d9c01f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/styles/src/components/form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
background: transparent;
height: form-check.$form-check-input-size;
width: form-check.$form-check-input-size;
border: form-check.$form-check-input-border-width solid
currentColor;
border: form-check.$form-check-input-border-width solid currentColor;

@include utility-mx.high-contrast-mode {
border-color: FieldText; // For blink-browser as otherwise the default color (which is not a full color) will be converted to Highlight
Expand Down

0 comments on commit d9c01f8

Please sign in to comment.