Skip to content

Commit

Permalink
fix(review)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Oct 6, 2023
1 parent baf5418 commit b19be8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/forms/_form-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,12 @@ textarea {
}

&::-moz-color-swatch {
border: 0 !important; // stylelint-disable-line declaration-no-important
border: 0;
@include border-radius($input-border-radius);
}

&::-webkit-color-swatch {
border: 0;
@include border-radius($input-border-radius);
}

Expand Down

0 comments on commit b19be8c

Please sign in to comment.