fix: Fixed new icons appearence on the urlbar, b=no-bug, c=common

This commit is contained in:
Mr. M
2025-09-27 01:03:32 +02:00
parent 403d5ae92e
commit 4e8040a000
2 changed files with 0 additions and 5 deletions

View File

@@ -541,10 +541,6 @@
fill: currentColor;
width: 16px;
height: 16px;
&[workspaceIcon] {
scale: 1.4;
}
}
&[hidden] {

View File

@@ -335,7 +335,6 @@ export class ZenUrlbarProviderGlobalActions extends UrlbarProvider {
attributes: {
src: result.payload.prettyIcon || '',
hidden: !prettyIconIsSvg || !result.payload.prettyIcon,
workspaceIcon: !!result.payload.workspaceId,
},
},
};