Skip to content

Commit

Permalink
fix(form-control): color picker borders on Chromium based browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 9, 2023
1 parent 9f5ac45 commit 765afc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/forms/_form-control.scss
Expand Up @@ -236,6 +236,7 @@ textarea {
}

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

Expand Down

0 comments on commit 765afc1

Please sign in to comment.