Bug 1374247: Remove useless customizableMode.inc.css rule. r?johannh,dao draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Mon, 30 Oct 2017 16:44:02 +0100
changeset 690070 ddab92bd1ff3ae0fdcd67ce0a0446cb82b626d72
parent 690069 272bfa26e2ab51398901e2533d58c4b26b99621b
child 690071 a94cf7918cb4704c2a277814f7aec95a25dce2cd
push id87198
push userbmo:emilio@crisal.io
push dateWed, 01 Nov 2017 12:46:31 +0000
reviewersjohannh, dao
bugs1374247
milestone58.0a1
Bug 1374247: Remove useless customizableMode.inc.css rule. r?johannh,dao I haven't been able to see where it matched. There are definitely .customizablemode-buttons, but this rule doesn't make any difference on them. MozReview-Commit-ID: 8LA5LdNroOf
browser/themes/shared/customizableui/customizeMode.inc.css
--- a/browser/themes/shared/customizableui/customizeMode.inc.css
+++ b/browser/themes/shared/customizableui/customizeMode.inc.css
@@ -81,23 +81,16 @@
 
 #customization-done-button {
   color: #fff;
   font-weight: 700;
   border-color: #0060df;
   background-color: #0a84ff;
 }
 
-.customizationmode-button > .box-inherit {
-  border-width: 0;
-  padding: 3px 0;
-  padding-inline-start: 0;
-  padding-inline-end: 0;
-}
-
 /* We use a smaller padding to ensure images don't have padding.
  * We can't detect whether a button has an image. This button doesn't
  * so it needs more padding, so we unfortunately hardcode the extra
  * padding in here:
  */
 #customization-toolbar-visibility-button {
   padding-inline-start: 8px;
 }