Remove redundant CSS rule for focused URL bar background

This commit is contained in:
mr. M
2025-02-21 16:16:22 +01:00
parent 16f242da13
commit 22060f90bf

View File

@@ -58,7 +58,6 @@
background: transparent !important;
}
#urlbar:is([focused], [open]) > #urlbar-background,
#searchbar:focus-within {
background: var(--urlbar-box-bgcolor);
}
@@ -112,6 +111,10 @@
order: 2 !important;
}
#urlbar[breakout] {
position: fixed;
}
#urlbar[breakout-extend='true'] #urlbar-background {
box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6) !important;
border: 1px solid hsla(0, 0%, 100%, 0.1) !important;
@@ -419,7 +422,6 @@ button.popup-notification-dropmarker {
min-width: unset !important;
--urlbar-container-height: 55px !important;
--urlbar-margin-inline: 10px !important;
position: fixed;
width: min(90%, 45rem) !important;
font-size: 1.15em !important;
@@ -427,8 +429,9 @@ button.popup-notification-dropmarker {
font-size: 1.5em !important;
width: min(90%, 60rem) !important;
}
top: 50% !important;
transform: translate(-50%, -50%);
top: 50vh !important;
transform: translateX(-50%);
margin-top: -20%;
left: 50% !important;
#urlbar-container:has(&) {