mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-29 18:54:30 +00:00
Refactor URL bar styles to remove box-shadow for a cleaner appearance in single toolbar mode
This commit is contained in:
@@ -35,10 +35,7 @@
|
||||
border: none !important;
|
||||
margin: 1px;
|
||||
|
||||
box-shadow: var(--zen-big-shadow) !important;
|
||||
:root[zen-single-toolbar='true'] & {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#urlbar[focused='true']:not([suppress-focus-border]) > #urlbar-background,
|
||||
@@ -122,6 +119,7 @@
|
||||
|
||||
#urlbar[breakout-extend='true'] #urlbar-background {
|
||||
border: 1px solid var(--zen-colors-border) !important;
|
||||
box-shadow: var(--zen-big-shadow) !important;
|
||||
}
|
||||
|
||||
:root[zen-single-toolbar='true'] {
|
||||
|
||||
Reference in New Issue
Block a user