Fix selected select input text color

This commit is contained in:
Robert Long 2022-01-21 11:04:01 -08:00
parent d7d38c1ba9
commit da69dd8320

View file

@ -23,10 +23,6 @@
min-height: 32px;
}
.option.selected {
color: #0dbd8b;
}
.option.focused {
background-color: rgba(111, 120, 130, 0.2);
}