Bug 1709445, remove duplicate history icons, r=mtigley

Differential Revision: https://phabricator.services.mozilla.com/D118172
This commit is contained in:
Neil Deakin 2021-06-18 23:48:34 +00:00
parent 2a2dd88339
commit 7e61ee9e36
5 changed files with 3 additions and 15 deletions

View File

@ -157,10 +157,6 @@ chrome/toolkit/skin/classic/global/icons/twisty-collapsed.svg
browser/chrome/browser/content/activity-stream/data/content/assets/glyph-add-16.svg
browser/chrome/browser/skin/classic/browser/zoom-in.svg
# Bug 1709445 - De-duplicate history icons
browser/chrome/browser/skin/classic/browser/history.svg
browser/chrome/browser/skin/classic/browser/places/history.svg
# Bug 1710546 - Bundle Firefox extension as a builtin addon Nighly only
# We plan to remove this duplicity after Firefox Translations become pref'd on
browser/chrome/browser/builtin-addons/translations/wasm/cld-worker.js.mem

View File

@ -241,7 +241,6 @@
skin/classic/browser/places/bookmarksMenu.svg (../shared/places/bookmarksMenu.svg)
skin/classic/browser/places/bookmarksToolbar.svg (../shared/places/bookmarksToolbar.svg)
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/tree-icons.css (../shared/places/tree-icons.css)
skin/classic/browser/privatebrowsing/aboutPrivateBrowsing.css (../shared/privatebrowsing/aboutPrivateBrowsing.css)

View File

@ -1,7 +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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity">
<path d="M7.625 1.75c3.446 0 6.25 2.804 6.25 6.25s-2.804 6.25-6.25 6.25-6.25-2.804-6.25-6.25 2.804-6.25 6.25-6.25m0-1.25a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15z"/>
<path d="M10.624 10.424a.625.625 0 0 1-.312-.084l-3-1.732L7 8.066l0-3.441a.625.625 0 0 1 1.25 0l0 3.081 2.688 1.552a.626.626 0 0 1-.314 1.166z"/>
</svg>

Before

Width:  |  Height:  |  Size: 672 B

View File

@ -55,7 +55,7 @@ treechildren::-moz-tree-image(query, OrganizerQuery_tags_______v) {
/* calendar icon for folders grouping items by date */
treechildren::-moz-tree-image(title, query, dayContainer) {
list-style-image: url("chrome://browser/skin/places/history.svg");
list-style-image: url("chrome://browser/skin/history.svg");
}
treechildren::-moz-tree-image(title, query, hostContainer) {
@ -63,7 +63,7 @@ treechildren::-moz-tree-image(title, query, hostContainer) {
}
treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
list-style-image: url("chrome://browser/skin/places/history.svg");
list-style-image: url("chrome://browser/skin/history.svg");
}
/* We want some queries to look like ordinary folders. This must come

View File

@ -469,7 +469,7 @@ toolbarbutton.bookmark-item {
}
.bookmark-item[query][dayContainer] {
list-style-image: url("chrome://browser/skin/places/history.svg");
list-style-image: url("chrome://browser/skin/history.svg");
-moz-image-region: auto;
}