]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove padding around color swatches
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sat, 17 Aug 2019 13:55:22 +0000 (15:55 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 23 Aug 2019 23:26:28 +0000 (02:26 +0300)
scss/_reboot.scss

index b10ff1a96baa26f323a8e53f0c5c3e6de795c710..4b14ff1018eda182a5720fce19db535c25b5737f 100644 (file)
@@ -528,6 +528,12 @@ progress {
   -webkit-appearance: none;
 }
 
+// Remove padding around color pickers in webkit browsers
+
+::-webkit-color-swatch-wrapper {
+  padding: 0;
+}
+
 // 1. Change font properties to `inherit` in Safari.
 // 2. Correct the inability to style clickable types in iOS and Safari.