Skip to content

Commit

Permalink
remove useless change + fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Sep 4, 2023
1 parent f93b2a2 commit df9c163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/forms/_form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
.form-check-input {
--#{$prefix}form-check-bg: #{$form-check-input-bg};

flex-shrink: 0;
width: $form-check-input-width;
height: $form-check-input-width;
flex-shrink: 0;
margin-top: ($line-height-base - $form-check-input-width) * .5; // line-height minus check height
vertical-align: top;
appearance: none;
Expand All @@ -42,7 +42,6 @@
background-size: contain;
border: $form-check-input-border;
print-color-adjust: exact; // Keep themed appearance for print

@include transition($form-check-transition);

&[type="checkbox"] {
Expand Down

0 comments on commit df9c163

Please sign in to comment.