mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-19 09:21:06 +00:00
Fix color picker borders on chromium based browsers
This commit is contained in:
parent
f8fa05d27e
commit
2b31a6b0d5
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-color-swatch {
|
&::-webkit-color-swatch {
|
||||||
|
border: 0 !important; // stylelint-disable-line declaration-no-important
|
||||||
@include border-radius($input-border-radius);
|
@include border-radius($input-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue