RC-27 | Finish styling the select

This commit is contained in:
Oliver-Akins 2024-12-22 15:30:54 -07:00
parent f6ca694dcc
commit 92d137bd3d

View file

@ -11,7 +11,7 @@
}
input {
all: initial;
all: revert;
box-sizing: border-box;
border: none;
outline: none;
@ -25,11 +25,18 @@
}
select {
all: initial;
all: revert;
appearance: auto;
box-sizing: border-box;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
display: flex;
align-items: center;
}
label, input, select {
cursor: pointer;
}
}