зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1664053 - Update "Other Bookmarks" to use the folder icon. r=jaws
Depends on D93698 Differential Revision: https://phabricator.services.mozilla.com/D94404
This commit is contained in:
Родитель
aa7228a7a0
Коммит
197e79b826
|
@ -74,8 +74,3 @@
|
|||
#editBMPanel_bmRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.svg") !important;
|
||||
}
|
||||
|
||||
#editBMPanel_folderMenuList[selectedGuid="unfiled_____"],
|
||||
#editBMPanel_unfiledRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.svg") !important;
|
||||
}
|
||||
|
|
|
@ -174,12 +174,6 @@
|
|||
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.svg");
|
||||
}
|
||||
|
||||
#menu_unsortedBookmarks,
|
||||
#BMB_unsortedBookmarks,
|
||||
#panelMenu_unsortedBookmarks {
|
||||
list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.svg");
|
||||
}
|
||||
|
||||
%include ../shared/toolbarbuttons.inc.css
|
||||
%include ../shared/toolbarbutton-icons.inc.css
|
||||
%include ../shared/menupanel.inc.css
|
||||
|
|
|
@ -75,8 +75,3 @@
|
|||
#editBMPanel_bmRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.svg") !important;
|
||||
}
|
||||
|
||||
#editBMPanel_folderMenuList[selectedGuid="unfiled_____"],
|
||||
#editBMPanel_unfiledRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.svg") !important;
|
||||
}
|
||||
|
|
|
@ -298,7 +298,6 @@
|
|||
skin/classic/browser/places/folder-smart.svg (../shared/places/folder-smart.svg)
|
||||
skin/classic/browser/places/history.svg (../shared/places/history.svg)
|
||||
skin/classic/browser/places/tag.svg (../shared/places/tag.svg)
|
||||
skin/classic/browser/places/unfiledBookmarks.svg (../shared/places/unfiledBookmarks.svg)
|
||||
skin/classic/browser/places/tree-icons.css (../shared/places/tree-icons.css)
|
||||
skin/classic/browser/privatebrowsing/aboutPrivateBrowsing.css (../shared/privatebrowsing/aboutPrivateBrowsing.css)
|
||||
skin/classic/browser/privatebrowsing/favicon.svg (../shared/privatebrowsing/favicon.svg)
|
||||
|
|
|
@ -35,10 +35,6 @@ treechildren::-moz-tree-image(container, queryFolder_menu________) {
|
|||
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.svg");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(container, queryFolder_unfiled_____) {
|
||||
list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.svg");
|
||||
}
|
||||
|
||||
/* query-nodes should be styled even if they're not expandable */
|
||||
treechildren::-moz-tree-image(query) {
|
||||
list-style-image: url("chrome://browser/skin/places/folder-smart.svg");
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="context-fill" fill-opacity="context-fill-opacity" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-opacity=".05" d="M12.7,1H3.3l-.2.6L.1,9,0,9.2V13a2.006,2.006,0,0,0,2,2H14a2.006,2.006,0,0,0,2-2V9.2L15.9,9l-3-7.4L12.7,1Z"/>
|
||||
<path d="M12,2l3,7.4V13a.945.945,0,0,1-1,1H2a.945.945,0,0,1-1-1V9.4L4,2h8m.7-1H3.3L.1,9.1,0,9.2V13a2.006,2.006,0,0,0,2,2H14a2.006,2.006,0,0,0,2-2V9.2L15.9,9,12.7,1Z"/>
|
||||
<path fill-opacity=".05" d="M14.988,9,12,2H4L.851,9H5.023A2.931,2.931,0,0,0,8,11.6,2.889,2.889,0,0,0,11.012,9Z"/>
|
||||
<path d="M10,9A2,2,0,0,1,6,9H0v1H5.184a2.983,2.983,0,0,0,5.633,0H16V9Z"/>
|
||||
</svg>
|
До Ширина: | Высота: | Размер: 859 B |
|
@ -343,7 +343,8 @@ toolbarbutton.bookmark-item:not(.subviewbutton) {
|
|||
|
||||
#managed-bookmarks > .toolbarbutton-icon,
|
||||
#bookmarks-toolbar-placeholder > .toolbarbutton-icon,
|
||||
#PlacesToolbarItems > .bookmark-item > .toolbarbutton-icon[label]:not([label=""]) {
|
||||
#PlacesToolbarItems > .bookmark-item > .toolbarbutton-icon[label]:not([label=""]),
|
||||
#OtherBookmarks.bookmark-item[container] > .toolbarbutton-icon {
|
||||
margin-inline-end: 4px;
|
||||
}
|
||||
|
||||
|
|
|
@ -720,13 +720,6 @@ notification[value="translation"] {
|
|||
-moz-image-region: auto;
|
||||
}
|
||||
|
||||
#menu_unsortedBookmarks,
|
||||
#BMB_unsortedBookmarks,
|
||||
#panelMenu_unsortedBookmarks {
|
||||
list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.svg");
|
||||
-moz-image-region: auto;
|
||||
}
|
||||
|
||||
/* Status panel */
|
||||
|
||||
#statuspanel-label {
|
||||
|
|
|
@ -81,8 +81,3 @@
|
|||
#editBMPanel_bmRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.svg") !important;
|
||||
}
|
||||
|
||||
#editBMPanel_folderMenuList[selectedGuid="unfiled_____"],
|
||||
#editBMPanel_unfiledRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.svg") !important;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче