fixed custom theme color inputs borders on chrome

This commit is contained in:
Jack 2021-09-13 13:56:30 +01:00
parent 0512912ded
commit 0dc3c4ef13

View file

@ -90,7 +90,10 @@ input[type="color"]::-webkit-color-swatch-wrapper {
padding: 0;
}
input[type="color"]::-webkit-color-swatch,
input[type="color"]::-webkit-color-swatch {
border: none;
}
::-moz-color-swatch {
border: none;
}