chore: Bump motion version, b=no-bug, c=common, folders, vendor, workspaces

This commit is contained in:
mr. m
2026-02-21 20:50:10 +01:00
parent a6839cfbf7
commit 011fd67248
6 changed files with 10 additions and 9 deletions

View File

@@ -667,7 +667,7 @@
color: var(--zen-selected-color) !important;
}
&:is([type="switchtab"], [type="dynamic"], [type="history_serp"], [type="autofill_origin"], [type="top_site"]) .urlbarView-favicon,
&:is([type="switchtab"], [type="dynamic"], [type="history_serp"], [type^="autofill_"], [type="top_site"]) .urlbarView-favicon,
& .urlbarView-shortcutContent {
fill: var(--zen-selected-color) !important;
background-color: rgba(255, 255, 255, 0.9) !important;

View File

@@ -230,8 +230,9 @@
&[zen-private-window='true'] {
--zen-main-browser-background: color-mix(in srgb, rgb(11, 10, 11) 90%, var(--zen-themed-toolbar-bg-transparent));
--zen-main-browser-background-toolbar: var(--zen-main-browser-background);
--zen-primary-color: light-dark(rgb(93, 42, 107), rgb(110, 48, 125)) !important;
--toolbox-textcolor: color-mix(in srgb, currentColor 95%, transparent) !important;
--zen-primary-color: rgb(11, 10, 11) !important;
/* Make sure its in sync with getToolbarColor */
--toolbox-textcolor: rgba(255, 255, 255, 0.8) !important;
}
&[zen-unsynced-window='true'] {

View File

@@ -48,8 +48,8 @@ export class nsZenFolder extends MozTabbrowserTabGroup {
<rect class="front" x="5.625" y="9.625" width="16.75" height="12.75" rx="2.375" style="stroke-width: 1.5px; stroke: var(--zen-folder-stroke); fill: url(#gradient-1); fill-opacity: 0.1;">
</rect>
<!--Icon (g)-->
<g class="icon" style="fill: var(--zen-folder-stroke);">
<image href="" height="10" width="10"/>
<g class="icon">
<image href="" height="11" width="11"/>
</g>
<!--End Icon (g)-->
<g class="dots" style="fill: var(--zen-folder-stroke);">

View File

@@ -111,8 +111,8 @@ zen-folder {
& image {
fill-opacity: 0.9;
-moz-context-properties: fill, fill-opacity;
fill: var(--zen-folder-stroke);
transform: translate(9px, 11px);
fill: color-mix(in srgb, var(--zen-folder-stroke) 50%, currentColor);
transform: translate(8.5px, 10.5px);
}
& g,

File diff suppressed because one or more lines are too long

View File

@@ -61,7 +61,7 @@
}
filter: grayscale(1);
opacity: 0.5;
opacity: 0.7;
transition:
filter 0.2s,
opacity 0.2s,