mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove padding around color swatches
This commit is contained in:
parent
68d67c8f16
commit
0603522199
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue