mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue