Bug 1275650 - remove useless CSS from content browser.css stylesheet, r?mikedeboer draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Wed, 25 May 2016 22:58:35 +0100
changeset 371063 6e18851e9fce40f7cdfecbf84e79670177d99f77
parent 370910 e2f558143b0b39cec662497990322b4968494900
child 521901 0c3a080dbf00c74b0adff687290ad41091480883
push id19225
push usergijskruitbosch@gmail.com
push dateWed, 25 May 2016 21:58:54 +0000
reviewersmikedeboer
bugs1275650
milestone49.0a1
Bug 1275650 - remove useless CSS from content browser.css stylesheet, r?mikedeboer MozReview-Commit-ID: JgdkeroIS0g
browser/base/content/browser.css
--- a/browser/base/content/browser.css
+++ b/browser/base/content/browser.css
@@ -243,26 +243,16 @@ toolbar[customizing] > .overflow-button 
   -moz-appearance: -moz-window-button-box;
 }
 
 %ifdef XP_MACOSX
 #titlebar-fullscreen-button {
   -moz-appearance: -moz-mac-fullscreen-button;
 }
 
-/* Because these buttons don't move, they should always be aligned the same,
- * left and right were deprecated, so we have to do work to get it to mean that: */
-#titlebar-buttonbox-container:-moz-locale-dir(ltr) {
-  -moz-box-align: start;
-}
-
-#titlebar-buttonbox-container:-moz-locale-dir(rtl) {
-  -moz-box-align: end;
-}
-
 /* Fullscreen and caption buttons don't move with RTL on OS X so override the automatic ordering. */
 #titlebar-secondary-buttonbox:-moz-locale-dir(ltr),
 #titlebar-buttonbox-container:-moz-locale-dir(rtl),
 .titlebar-placeholder[type="fullscreen-button"]:-moz-locale-dir(ltr),
 .titlebar-placeholder[type="caption-buttons"]:-moz-locale-dir(rtl) {
   -moz-box-ordinal-group: 1000;
 }