diff --git a/src/other/firefox/common/parts/headerbar.css b/src/other/firefox/common/parts/headerbar.css index 24af11dd..7e7ed852 100644 --- a/src/other/firefox/common/parts/headerbar.css +++ b/src/other/firefox/common/parts/headerbar.css @@ -107,6 +107,10 @@ toolbar .toolbaritem-combined-buttons > .toolbarbutton-1 { transition-duration: 100ms; } +#urlbar[breakout] { + position: static !important; +} + #urlbar[breakout][breakout-extend] #urlbar-input-container, #urlbar[breakout][breakout-extend] #urlbar-input-container:hover, #urlbar[breakout][breakout-extend] .urlbar-input-container, @@ -116,6 +120,11 @@ toolbar .toolbaritem-combined-buttons > .toolbarbutton-1 { padding: 0 3px !important; } +#urlbar[focused]:not([suppress-focus-border]) > #urlbar-background, +#searchbar:focus-within { + outline: none !important; +} + #nav-bar #searchbar:focus-within { border: none !important; background: var(--gnome-urlbar-background) !important;