mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-09 17:04:30 +08:00
fixed custom theme color inputs borders on chrome
This commit is contained in:
parent
0512912ded
commit
0dc3c4ef13
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue