Bug 1389921 - Stop setting a width on the new tab button to remove excess padding around it. r?daleharvey
As of
bug 1377184, this button uses the correct inner padding depending on the UI density setting, so we don't need to explicitly set a width anymore.
MozReview-Commit-ID: FGQ9JVG6YwA
--- a/browser/themes/shared/tabs.inc.css
+++ b/browser/themes/shared/tabs.inc.css
@@ -448,20 +448,16 @@
/* New tab button */
.tabs-newtab-button,
#TabsToolbar > #new-tab-button ,
#TabsToolbar > toolbarpaletteitem > #new-tab-button {
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.svg);
}
-.tabs-newtab-button {
- width: 36px;
-}
-
@media (min-resolution: 1.1dppx) {
.tab-throbber[busy] {
list-style-image: url("chrome://browser/skin/tabbrowser/connecting@2x.png");
}
.tab-throbber[progress] {
list-style-image: url("chrome://global/skin/icons/loading@2x.png");
}