-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
the value part of <input type=file> should inherit ‘color’ by default #44427
Copy link
Copy link
Closed
Labels
A-formsC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Metadata
Metadata
Assignees
Labels
A-formsC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Type
Fields
Give feedbackNo fields configured for issues without a type.
<input type=file> is ‘color: initial’ on ‘background: transparent’ by default in our UA styles, which is not typical in other browsers and can yield poor contrast. we should make it ‘color: inherit’ instead.