From: Martijn Cuppens Date: Sat, 17 Aug 2019 13:55:22 +0000 (+0200) Subject: Remove padding around color swatches X-Git-Tag: v5.0.0-alpha1~825 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0603522199d92beb42438aabb22b489a6cb6a834;p=thirdparty%2Fbootstrap.git Remove padding around color swatches --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index b10ff1a96b..4b14ff1018 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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.