forked from mirrors/gecko-dev
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:
parent
1a5c44fbcd
commit
e957e9dfa8
1 changed files with 0 additions and 4 deletions
|
|
@ -631,10 +631,6 @@ input[type=file] > label {
|
||||||
text-align: match-parent;
|
text-align: match-parent;
|
||||||
|
|
||||||
cursor: unset;
|
cursor: unset;
|
||||||
color: unset;
|
|
||||||
font-size: unset;
|
|
||||||
letter-spacing: unset;
|
|
||||||
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
unicode-bidi: plaintext;
|
unicode-bidi: plaintext;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue