diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-17 15:55:22 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-24 02:26:28 +0300 |
| commit | 0603522199d92beb42438aabb22b489a6cb6a834 (patch) | |
| tree | 6e2e60c4a56516b9163bbe66ef56adf6c1463c08 | |
| parent | 68d67c8f1646cc280a1d38f37c33945fe5c4578b (diff) | |
| download | bootstrap-0603522199d92beb42438aabb22b489a6cb6a834.tar.xz bootstrap-0603522199d92beb42438aabb22b489a6cb6a834.zip | |
Remove padding around color swatches
| -rw-r--r-- | scss/_reboot.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index b10ff1a96..4b14ff101 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. |
