mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Remove redundant CSS rule for focused URL bar background
This commit is contained in:
@@ -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(&) {
|
||||
|
Reference in New Issue
Block a user