fix: closes #7263 - Fixed glance not opening on http or file protocols, r=glance, tabs

This commit is contained in:
Mr. M
2025-04-15 16:41:58 +02:00
parent 3d80a8aa39
commit 1a1eb3264f
2 changed files with 3 additions and 3 deletions

View File

@@ -665,7 +665,7 @@
},
},
allFrames: true,
matches: ['https://*/*'],
matches: ['*://*/*'],
});
}
}

View File

@@ -1122,7 +1122,7 @@
--zen-essential-bg-margin: 2px;
&::before {
background: light-dark(rgba(255, 255, 255, 0.85), rgba(146, 146, 146, 0.65));
background: light-dark(rgba(255, 255, 255, 0.85), rgba(163, 163, 163, 0.65));
margin: var(--zen-essential-bg-margin);
border-radius: calc(var(--border-radius-medium) - var(--zen-essential-bg-margin));
position: absolute;
@@ -1135,7 +1135,7 @@
}
&[visuallyselected]:hover .tab-background::before {
background: light-dark(rgba(255, 255, 255, 0.80), rgba(133, 133, 133, 0.65));
background: light-dark(rgba(255, 255, 255, 0.80), rgba(150, 150, 150, 0.65));
}
}
}