fixed select2 roundness

This commit is contained in:
Miodec 2022-02-10 01:34:04 +01:00
parent 600c6631a8
commit 1b82d8b27e

View file

@ -123,6 +123,7 @@ input[type="number"] {
outline: none;
border: none;
height: auto;
border-radius: var(--roundness);
}
.select2-selection:focus {