feat: Add less opacity to the glance background, b=no-bug, c=common, glance

This commit is contained in:
mr. m
2025-10-13 00:52:43 +02:00
parent 125ef4bead
commit fb40660650
2 changed files with 2 additions and 3 deletions

View File

@@ -51,7 +51,6 @@ panel[type='arrow']:not(#feature-callout) {
}
@media (-moz-platform: macos) {
border: 0px transparent !important;
appearance: auto !important;
-moz-default-appearance: menupopup;
/* We set the default background here, rather than on ::part(content),

View File

@@ -328,7 +328,7 @@
parentSidebarContainer,
{
scale: [1, 0.98],
opacity: [1, 0.6],
opacity: [1, 0.5],
},
{
duration: 0.3,
@@ -836,7 +836,7 @@
browserSidebarContainer,
{
scale: [0.98, 1],
opacity: [0.6, 1],
opacity: [0.5, 1],
},
{
duration: 0.3,