Bug 1894168 - Remove unnecessary file input label rules. r=dholbert

These properties are inherited anyways. Maybe in the past they were
somehow overridden?

This seems worth doing but is not upliftable.

Differential Revision: https://phabricator.services.mozilla.com/D208976
This commit is contained in:
Emilio Cobos Álvarez 2024-04-30 21:41:07 +00:00
parent 1a5c44fbcd
commit e957e9dfa8

View file

@ -631,10 +631,6 @@ input[type=file] > label {
text-align: match-parent;
cursor: unset;
color: unset;
font-size: unset;
letter-spacing: unset;
user-select: none;
unicode-bidi: plaintext;
}