Fix select input styles

This commit is contained in:
Robert Long 2021-12-14 15:28:54 -08:00
commit 3cc7892198
7 changed files with 45 additions and 56 deletions

View file

@ -5,6 +5,9 @@
overflow-y: auto;
list-style: none;
background-color: transparent;
border: 1px solid var(--inputBorderColor);
background-color: var(--bgColor1);
border-radius: 8px;
}
.option {
@ -25,7 +28,7 @@
}
.option.focused {
background-color: var(--bgColor3);
background-color: rgba(111, 120, 130, 0.2);
}
.option.disabled {