1
0
mirror of https://github.com/vector-im/element-call.git synced 2022-05-22 02:31:18 +03:00

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);
}