Remove unnecessary color CSS property

This property is first of all unused, and secondly it contained a static value which means that it'd not have worked correctly in light/dark themes.
This commit is contained in:
Jonas Jenwald 2022-07-30 19:53:34 +02:00
parent c7b71a3376
commit 4a38949886

View File

@ -424,7 +424,6 @@ select {
height: auto;
padding: 0 4px;
margin: 4px 2px;
color: rgba(217, 217, 217, 1);
font-size: 12px;
line-height: 14px;
text-align: left;