Bug 1343827 - Removed icon for "Undo Closed Tab" and its references r=dao

MozReview-Commit-ID: 5RlLYy7O9yi

Removed all rules of #alltabs_undoCloseTab, class="menuitem-iconic" and the .png
images

--HG--
extra : rebase_source : c475714b162d84a074fc65bcde9138c58217ca8c
This commit is contained in:
BharatR123 2017-03-17 21:27:51 +05:30
parent d7bfa06d83
commit 541691a1f2
7 changed files with 0 additions and 36 deletions

View File

@ -617,7 +617,6 @@
<menupopup id="alltabs-popup"
position="after_end">
<menuitem id="alltabs_undoCloseTab"
class="menuitem-iconic"
key="key_undoCloseTab"
label="&undoCloseTab.label;"
observes="History:UndoCloseTab"/>

View File

@ -538,11 +538,6 @@ menuitem.bookmark-item {
margin-left: calc(-0.01px - var(--forwardbutton-width) - var(--backbutton-urlbar-overlap));
}
/* undo close tab menu item */
#alltabs_undoCloseTab {
list-style-image: url(chrome://browser/skin/undoCloseTab.png);
}
.unified-nav-back[_moz-menuactive] {
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu") !important;
}

View File

@ -1355,20 +1355,6 @@ toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
}
/* undo close tab menu item */
#alltabs_undoCloseTab {
list-style-image: url(chrome://browser/skin/undoCloseTab.png);
}
@media (min-resolution: 2dppx) {
#alltabs_undoCloseTab {
list-style-image: url(chrome://browser/skin/undoCloseTab@2x.png);
}
#alltabs_undoCloseTab > .toolbarbutton-icon {
width: 16px;
}
}
#cut-button {
margin-inline-end: 0;
}

View File

@ -110,8 +110,6 @@
skin/classic/browser/translating-16@2x.png (../shared/translation/translating-16@2x.png)
skin/classic/browser/translation-16.png (../shared/translation/translation-16.png)
skin/classic/browser/translation-16@2x.png (../shared/translation/translation-16@2x.png)
skin/classic/browser/undoCloseTab.png (../shared/undoCloseTab.png)
skin/classic/browser/undoCloseTab@2x.png (../shared/undoCloseTab@2x.png)
skin/classic/browser/update-badge.svg (../shared/update-badge.svg)
skin/classic/browser/update-badge-failed.svg (../shared/update-badge-failed.svg)
skin/classic/browser/warning.svg (../shared/warning.svg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -921,20 +921,6 @@ toolbar[brighttext] .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
}
/* undo close tab menu item */
#alltabs_undoCloseTab {
list-style-image: url(chrome://browser/skin/undoCloseTab.png);
}
@media (min-resolution: 1.1dppx) {
#alltabs_undoCloseTab {
list-style-image: url(chrome://browser/skin/undoCloseTab@2x.png);
}
#alltabs_undoCloseTab > .toolbarbutton-icon {
width: 16px;
}
}
/* zoom control text (reset) button special case: */
#nav-bar #zoom-reset-button > .toolbarbutton-text {