diff --git a/browser/themes/shared/jar.inc.mn b/browser/themes/shared/jar.inc.mn index 21170fe38dbd..606381087e79 100644 --- a/browser/themes/shared/jar.inc.mn +++ b/browser/themes/shared/jar.inc.mn @@ -48,10 +48,6 @@ skin/classic/browser/customizableui/subView-arrow-back-inverted@2x.png (../shared/customizableui/subView-arrow-back-inverted@2x.png) skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl.png (../shared/customizableui/subView-arrow-back-inverted-rtl.png) skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl@2x.png (../shared/customizableui/subView-arrow-back-inverted-rtl@2x.png) - skin/classic/browser/sidebar/bookmark-filled.svg (../shared/sidebar/bookmark-filled.svg) - skin/classic/browser/sidebar/close.svg (../shared/sidebar/close.svg) - skin/classic/browser/sidebar/history.svg (../shared/sidebar/history.svg) - skin/classic/browser/sidebar/sync.svg (../shared/sidebar/sync.svg) skin/classic/browser/customizableui/whimsy.png (../shared/customizableui/whimsy.png) skin/classic/browser/customizableui/whimsy@2x.png (../shared/customizableui/whimsy@2x.png) skin/classic/browser/downloads/contentAreaDownloadsView.css (../shared/downloads/contentAreaDownloadsView.css) @@ -165,6 +161,7 @@ skin/classic/browser/search-indicator-magnifying-glass.svg (../shared/search/search-indicator-magnifying-glass.svg) skin/classic/browser/search-arrow-go.svg (../shared/search/search-arrow-go.svg) skin/classic/browser/gear.svg (../shared/search/gear.svg) + skin/classic/browser/sidebar/close.svg (../shared/sidebar/close.svg) skin/classic/browser/tabbrowser/connecting.png (../shared/tabbrowser/connecting.png) skin/classic/browser/tabbrowser/connecting@2x.png (../shared/tabbrowser/connecting@2x.png) skin/classic/browser/tabbrowser/crashed.svg (../shared/tabbrowser/crashed.svg) diff --git a/browser/themes/shared/sidebar.inc.css b/browser/themes/shared/sidebar.inc.css index ffa80f88b2cc..27d019e2163e 100644 --- a/browser/themes/shared/sidebar.inc.css +++ b/browser/themes/shared/sidebar.inc.css @@ -104,19 +104,19 @@ #sidebar-box #sidebar-icon { -moz-context-properties: fill; fill: var(--icon-fill); - list-style-image: url(chrome://browser/skin/sidebar/bookmark-filled.svg); + list-style-image: url(chrome://browser/skin/bookmark.svg); } #sidebar-switcher-history > .toolbarbutton-icon, #sidebar-box[sidebarcommand="viewHistorySidebar"] #sidebar-icon { -moz-context-properties: fill; fill: var(--icon-fill); - list-style-image: url(chrome://browser/skin/sidebar/history.svg); + list-style-image: url(chrome://browser/skin/history.svg); } #sidebar-switcher-tabs > .toolbarbutton-icon, #sidebar-box[sidebarcommand="viewTabsSidebar"] #sidebar-icon { -moz-context-properties: fill; fill: var(--icon-fill); - list-style-image: url(chrome://browser/skin/sidebar/sync.svg); + list-style-image: url(chrome://browser/skin/sync.svg); } diff --git a/browser/themes/shared/sidebar/bookmark-filled.svg b/browser/themes/shared/sidebar/bookmark-filled.svg deleted file mode 100644 index 6d8b9163f7cc..000000000000 --- a/browser/themes/shared/sidebar/bookmark-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/browser/themes/shared/sidebar/history.svg b/browser/themes/shared/sidebar/history.svg deleted file mode 100644 index 302021eeaf2c..000000000000 --- a/browser/themes/shared/sidebar/history.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/browser/themes/shared/sidebar/sync.svg b/browser/themes/shared/sidebar/sync.svg deleted file mode 100644 index 1979ab2892eb..000000000000 --- a/browser/themes/shared/sidebar/sync.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - -