Bug 1401868 - Unset the line-height of the menulist label to make it align to the middle of the menulist. draft
authorEvan Tseng <evan@tseng.io>
Thu, 21 Sep 2017 14:59:42 +0800
changeset 668171 f643793c1c9bf05918729044a9e0aa9f1f14f300
parent 668025 47f7b6c64265bc7bdd22eef7ab71abc97cf3f8bf
child 732608 f5204e59f6784ddb2af739d6acb9ccff552adf0b
push id80947
push userbmo:evan@tseng.io
push dateThu, 21 Sep 2017 07:28:03 +0000
bugs1401868
milestone57.0a1
Bug 1401868 - Unset the line-height of the menulist label to make it align to the middle of the menulist. MozReview-Commit-ID: H3AoRoxmmK
browser/themes/shared/incontentprefs/preferences.inc.css
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -57,16 +57,17 @@ html|option {
 
 description,
 label {
   line-height: 30px;
   margin-top: 0 !important;
   margin-bottom: 0 !important;
 }
 
+menulist > hbox > label,
 menuitem > label,
 button > hbox > label {
   line-height: unset;
 }
 
 .indent {
   margin-inline-start: 28px !important;
 }