]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix color picker borders on chromium based browsers
authorMewenLeHo <mewen.leho.ext@orange.com>
Mon, 23 Jan 2023 13:38:12 +0000 (14:38 +0100)
committerMark Otto <otto@github.com>
Wed, 15 Feb 2023 18:41:02 +0000 (10:41 -0800)
scss/forms/_form-control.scss

index ab72654d3d40daa8ceeea3497b51072e1faf0510..ca2a7df4cd348e8a6e021240549694319df19fff 100644 (file)
@@ -205,6 +205,7 @@ textarea {
   }
 
   &::-webkit-color-swatch {
+    border: 0 !important; // stylelint-disable-line declaration-no-important
     @include border-radius($input-border-radius);
   }