diff --git a/src/browser/themes/shared/zen-icons/common/selectable/cloud-outline.svg b/src/browser/themes/shared/zen-icons/common/selectable/cloud-outline.svg deleted file mode 100644 index da7a75790..000000000 --- a/src/browser/themes/shared/zen-icons/common/selectable/cloud-outline.svg +++ /dev/null @@ -1,7 +0,0 @@ -#filter dumbComments emptyLines substitution -# 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/. - - - diff --git a/src/browser/themes/shared/zen-icons/common/selectable/skull.svg b/src/browser/themes/shared/zen-icons/common/selectable/skull.svg index b986a3c8e..c962b3aed 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/skull.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/skull.svg @@ -2,6 +2,6 @@ # 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/. - + diff --git a/src/browser/themes/shared/zen-icons/jar.inc.mn b/src/browser/themes/shared/zen-icons/jar.inc.mn index b84cc7238..835136b86 100644 --- a/src/browser/themes/shared/zen-icons/jar.inc.mn +++ b/src/browser/themes/shared/zen-icons/jar.inc.mn @@ -439,7 +439,6 @@ * skin/classic/browser/zen-icons/selectable/chat.svg (../shared/zen-icons/common/selectable/chat.svg) * skin/classic/browser/zen-icons/selectable/checkbox.svg (../shared/zen-icons/common/selectable/checkbox.svg) * skin/classic/browser/zen-icons/selectable/circle.svg (../shared/zen-icons/common/selectable/circle.svg) -* skin/classic/browser/zen-icons/selectable/cloud-outline.svg (../shared/zen-icons/common/selectable/cloud-outline.svg) * skin/classic/browser/zen-icons/selectable/cloud.svg (../shared/zen-icons/common/selectable/cloud.svg) * skin/classic/browser/zen-icons/selectable/code.svg (../shared/zen-icons/common/selectable/code.svg) * skin/classic/browser/zen-icons/selectable/coins.svg (../shared/zen-icons/common/selectable/coins.svg) diff --git a/src/zen/common/emojis/ZenEmojiPicker.mjs b/src/zen/common/emojis/ZenEmojiPicker.mjs index 6be15870e..c15c0e444 100644 --- a/src/zen/common/emojis/ZenEmojiPicker.mjs +++ b/src/zen/common/emojis/ZenEmojiPicker.mjs @@ -6,7 +6,7 @@ const SVG_ICONS = [ "airplane.svg", "baseball.svg", "basket.svg", "bed.svg", "bell.svg", "book.svg", "bookmark.svg", "chat.svg", "checkbox.svg", - "circle.svg", "cloud.svg", "cloud-outline.svg", "code.svg", "coins.svg", + "circle.svg", "cloud.svg", "code.svg", "coins.svg", "cutlery.svg", "egg.svg", "flag.svg", "folder.svg", "globe.svg", "globe-1.svg", "grid-2x2.svg", "grid-3x3.svg", "heart.svg", "inbox.svg", "layers.svg", "lightning.svg", "mail.svg", "map.svg", "moon.svg", "music.svg", diff --git a/src/zen/folders/ZenFolder.mjs b/src/zen/folders/ZenFolder.mjs index d6a57c2be..8c9987095 100644 --- a/src/zen/folders/ZenFolder.mjs +++ b/src/zen/folders/ZenFolder.mjs @@ -52,7 +52,7 @@ - + diff --git a/src/zen/folders/zen-folders.css b/src/zen/folders/zen-folders.css index fe8bc16a8..286f94359 100644 --- a/src/zen/folders/zen-folders.css +++ b/src/zen/folders/zen-folders.css @@ -277,6 +277,7 @@ zen-folder { fill-opacity: 0.9; -moz-context-properties: fill, fill-opacity; fill: var(--zen-folder-stroke); + transform: translate(-182%, 2.4px); } }