Fix select input styles
This commit is contained in:
parent
284a4ef794
commit
3cc7892198
7 changed files with 45 additions and 56 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue