mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 11:51:51 +00:00
chore: Bump motion version, b=no-bug, c=common, folders, vendor, workspaces
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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'] {
|
||||
|
||||
@@ -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);">
|
||||
|
||||
@@ -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,
|
||||
|
||||
2
src/zen/vendor/motion.min.mjs
vendored
2
src/zen/vendor/motion.min.mjs
vendored
File diff suppressed because one or more lines are too long
@@ -61,7 +61,7 @@
|
||||
}
|
||||
|
||||
filter: grayscale(1);
|
||||
opacity: 0.5;
|
||||
opacity: 0.7;
|
||||
transition:
|
||||
filter 0.2s,
|
||||
opacity 0.2s,
|
||||
|
||||
Reference in New Issue
Block a user