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:
parent
c7b71a3376
commit
4a38949886
@ -424,7 +424,6 @@ select {
|
|||||||
height: auto;
|
height: auto;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
margin: 4px 2px;
|
margin: 4px 2px;
|
||||||
color: rgba(217, 217, 217, 1);
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user