diff --git a/browser/components/newtab/content-src/styles/_icons.scss b/browser/components/newtab/content-src/styles/_icons.scss index 4d69d5d9499d..097c3c1dedac 100644 --- a/browser/components/newtab/content-src/styles/_icons.scss +++ b/browser/components/newtab/content-src/styles/_icons.scss @@ -185,8 +185,7 @@ } &.icon-arrowhead-up { - background-image: url('chrome://global/skin/icons/arrow-down.svg'); - transform: rotate(180deg); + background-image: url('chrome://global/skin/icons/arrow-up.svg'); } &.icon-add { diff --git a/browser/components/newtab/css/activity-stream-linux.css b/browser/components/newtab/css/activity-stream-linux.css index cfbe39055e32..8105971c6dcd 100644 --- a/browser/components/newtab/css/activity-stream-linux.css +++ b/browser/components/newtab/css/activity-stream-linux.css @@ -349,8 +349,7 @@ body[lwt-newtab-brighttext] { background-image: url("chrome://global/skin/icons/arrow-left-12.svg"); } .icon.icon-arrowhead-up { - background-image: url("chrome://global/skin/icons/arrow-down.svg"); - transform: rotate(180deg); + background-image: url("chrome://global/skin/icons/arrow-up.svg"); } .icon.icon-add { background-image: url("chrome://activity-stream/content/data/content/assets/glyph-add-16.svg"); diff --git a/browser/components/newtab/css/activity-stream-mac.css b/browser/components/newtab/css/activity-stream-mac.css index e819afb7505b..ba2638466c0e 100644 --- a/browser/components/newtab/css/activity-stream-mac.css +++ b/browser/components/newtab/css/activity-stream-mac.css @@ -353,8 +353,7 @@ body[lwt-newtab-brighttext] { background-image: url("chrome://global/skin/icons/arrow-left-12.svg"); } .icon.icon-arrowhead-up { - background-image: url("chrome://global/skin/icons/arrow-down.svg"); - transform: rotate(180deg); + background-image: url("chrome://global/skin/icons/arrow-up.svg"); } .icon.icon-add { background-image: url("chrome://activity-stream/content/data/content/assets/glyph-add-16.svg"); diff --git a/browser/components/newtab/css/activity-stream-windows.css b/browser/components/newtab/css/activity-stream-windows.css index 8f041b376795..35e17148ebab 100644 --- a/browser/components/newtab/css/activity-stream-windows.css +++ b/browser/components/newtab/css/activity-stream-windows.css @@ -349,8 +349,7 @@ body[lwt-newtab-brighttext] { background-image: url("chrome://global/skin/icons/arrow-left-12.svg"); } .icon.icon-arrowhead-up { - background-image: url("chrome://global/skin/icons/arrow-down.svg"); - transform: rotate(180deg); + background-image: url("chrome://global/skin/icons/arrow-up.svg"); } .icon.icon-add { background-image: url("chrome://activity-stream/content/data/content/assets/glyph-add-16.svg"); diff --git a/browser/components/places/content/places.css b/browser/components/places/content/places.css index 71073e4fb867..ded38aa312e4 100644 --- a/browser/components/places/content/places.css +++ b/browser/components/places/content/places.css @@ -33,8 +33,7 @@ } #bookmarkpropertiesdialog .expander-up { - list-style-image: url("chrome://global/skin/icons/arrow-down.svg"); - transform: scaleY(-1); + list-style-image: url("chrome://global/skin/icons/arrow-up.svg"); } #bookmarkpropertiesdialog .expander-down { diff --git a/browser/installer/allowed-dupes.mn b/browser/installer/allowed-dupes.mn index 686b7fa0f348..f32dce32c16c 100644 --- a/browser/installer/allowed-dupes.mn +++ b/browser/installer/allowed-dupes.mn @@ -101,10 +101,6 @@ browser/chrome/browser/search-extensions/yandex/yandex-en.ico browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/yandex-ru.png browser/chrome/browser/search-extensions/yandex/yandex-ru.ico -# Bug 1698146, bug 1699586 - Deduplicate chevrons/arrows in the tree -chrome/toolkit/skin/classic/global/icons/arrow-up-16.svg -chrome/toolkit/skin/classic/global/icons/find-previous-arrow.svg - # Bug 1708008 - De-duplicate extension icons browser/chrome/browser/content/browser/extension.svg chrome/toolkit/skin/classic/mozapps/extensions/extension.svg diff --git a/browser/themes/shared/aboutSessionRestore.css b/browser/themes/shared/aboutSessionRestore.css index 69101d91c802..69b6f03382ae 100644 --- a/browser/themes/shared/aboutSessionRestore.css +++ b/browser/themes/shared/aboutSessionRestore.css @@ -53,7 +53,7 @@ } #tabsToggle:not(.show-tabs):after { - transform: scaleY(-1); + background-image: url("chrome://global/skin/icons/arrow-up.svg"); } #tabsToggle.show-tabs > #hideTabs, diff --git a/browser/themes/shared/places/editBookmarkPanel.inc.css b/browser/themes/shared/places/editBookmarkPanel.inc.css index 003c36ee23ab..9f43cfee6ed1 100644 --- a/browser/themes/shared/places/editBookmarkPanel.inc.css +++ b/browser/themes/shared/places/editBookmarkPanel.inc.css @@ -244,8 +244,7 @@ html|img#editBookmarkPanelFavicon[src] { } #editBookmarkPanel .expander-up { - list-style-image: url("chrome://global/skin/icons/arrow-down.svg"); - transform: scaleY(-1); + list-style-image: url("chrome://global/skin/icons/arrow-up.svg"); } #editBookmarkPanel .expander-down { diff --git a/toolkit/components/printing/content/print.css b/toolkit/components/printing/content/print.css index 0b08d00fefe5..5ac0f7973562 100644 --- a/toolkit/components/printing/content/print.css +++ b/toolkit/components/printing/content/print.css @@ -315,7 +315,7 @@ input[type="number"].photon-number::-moz-number-spin-down { } input[type="number"].photon-number::-moz-number-spin-up { - scale: 1 -1; + background-image: url("chrome://global/skin/icons/arrow-up.svg"); } input[type="number"].photon-number::-moz-number-spin-up:hover, diff --git a/toolkit/themes/shared/datetimeinputpickers.css b/toolkit/themes/shared/datetimeinputpickers.css index f98dd99ce09f..27a9e8a3c6fd 100644 --- a/toolkit/themes/shared/datetimeinputpickers.css +++ b/toolkit/themes/shared/datetimeinputpickers.css @@ -143,7 +143,7 @@ button.month-year::after { } button.month-year.active::after { - background: url("chrome://global/skin/icons/arrow-up-16.svg") no-repeat 50% 50%; + background: url("chrome://global/skin/icons/arrow-up.svg") no-repeat 50% 50%; } .month-year-view { @@ -300,7 +300,7 @@ button.month-year.active::after { } .spinner-container > button.up { - background: url("chrome://global/skin/icons/arrow-up-16.svg") no-repeat 50% 50%; + background: url("chrome://global/skin/icons/arrow-up.svg") no-repeat 50% 50%; } .spinner-container > button.down { diff --git a/toolkit/themes/shared/findBar.inc.css b/toolkit/themes/shared/findBar.inc.css index 79abfd8a723c..b328dd619b9a 100644 --- a/toolkit/themes/shared/findBar.inc.css +++ b/toolkit/themes/shared/findBar.inc.css @@ -108,7 +108,7 @@ html|input.findbar-textbox[flash="true"] { } .findbar-find-previous { - list-style-image: url(chrome://global/skin/icons/find-previous-arrow.svg); + list-style-image: url(chrome://global/skin/icons/arrow-up.svg); border-inline-width: 0; margin-inline: 8px 0; } diff --git a/toolkit/themes/shared/icons/arrow-up-16.svg b/toolkit/themes/shared/icons/arrow-up.svg similarity index 100% rename from toolkit/themes/shared/icons/arrow-up-16.svg rename to toolkit/themes/shared/icons/arrow-up.svg diff --git a/toolkit/themes/shared/icons/find-previous-arrow.svg b/toolkit/themes/shared/icons/find-previous-arrow.svg deleted file mode 100644 index 7de1573bbd1f..000000000000 --- a/toolkit/themes/shared/icons/find-previous-arrow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/toolkit/themes/shared/jar.inc.mn b/toolkit/themes/shared/jar.inc.mn index ea3479eb1952..c4ce576802a2 100644 --- a/toolkit/themes/shared/jar.inc.mn +++ b/toolkit/themes/shared/jar.inc.mn @@ -45,7 +45,6 @@ toolkit.jar: skin/classic/global/icons/defaultFavicon.svg (../../shared/icons/defaultFavicon.svg) skin/classic/global/icons/edit.svg (../../shared/icons/edit.svg) skin/classic/global/icons/error.svg (../../shared/icons/error.svg) - skin/classic/global/icons/find-previous-arrow.svg (../../shared/icons/find-previous-arrow.svg) skin/classic/global/icons/folder.svg (../../shared/icons/folder.svg) skin/classic/global/icons/heart.svg (../../shared/icons/heart.svg) skin/classic/global/icons/help.svg (../../shared/icons/help.svg) @@ -83,7 +82,7 @@ toolkit.jar: skin/classic/global/icons/arrow-left-12.svg (../../shared/icons/arrow-left-12.svg) skin/classic/global/icons/arrow-right-12.svg (../../shared/icons/arrow-right-12.svg) skin/classic/global/icons/arrow-up-12.svg (../../shared/icons/arrow-up-12.svg) - skin/classic/global/icons/arrow-up-16.svg (../../shared/icons/arrow-up-16.svg) + skin/classic/global/icons/arrow-up.svg (../../shared/icons/arrow-up.svg) skin/classic/global/icons/warning.svg (../../shared/icons/warning.svg) skin/classic/global/icons/warning-fill-12.svg (../../shared/icons/warning-fill-12.svg) skin/classic/global/illustrations/about-rights.svg (../../shared/illustrations/about-rights.svg)