From e957e9dfa8f3991a99b61f64dce791c0ca8cbb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 30 Apr 2024 21:41:07 +0000 Subject: [PATCH] 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 --- layout/style/res/forms.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layout/style/res/forms.css b/layout/style/res/forms.css index 044d460ad4c6..e68a24d8311c 100644 --- a/layout/style/res/forms.css +++ b/layout/style/res/forms.css @@ -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; }