mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 23:25:53 +08:00
fixed select2 roundness
This commit is contained in:
parent
600c6631a8
commit
1b82d8b27e
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ input[type="number"] {
|
|||
outline: none;
|
||||
border: none;
|
||||
height: auto;
|
||||
border-radius: var(--roundness);
|
||||
}
|
||||
|
||||
.select2-selection:focus {
|
||||
|
|
Loading…
Add table
Reference in a new issue