diff --git a/src/browser/components/urlbar/UrlbarView-sys-mjs.patch b/src/browser/components/urlbar/UrlbarView-sys-mjs.patch index 9806095d5..68c5cb340 100644 --- a/src/browser/components/urlbar/UrlbarView-sys-mjs.patch +++ b/src/browser/components/urlbar/UrlbarView-sys-mjs.patch @@ -1,5 +1,5 @@ diff --git a/browser/components/urlbar/UrlbarView.sys.mjs b/browser/components/urlbar/UrlbarView.sys.mjs -index fdbab8806fd320f4aacec46a42c8ef953580d00c..5501c329a9fd12bcc8e12de396113497972ec8d2 100644 +index fdbab8806fd320f4aacec46a42c8ef953580d00c..9d8db6ecc29709043488d57c213dc2a87c4a994e 100644 --- a/browser/components/urlbar/UrlbarView.sys.mjs +++ b/browser/components/urlbar/UrlbarView.sys.mjs @@ -613,7 +613,7 @@ export class UrlbarView { @@ -11,12 +11,10 @@ index fdbab8806fd320f4aacec46a42c8ef953580d00c..5501c329a9fd12bcc8e12de396113497 // Try to reuse the cached top-sites context. If it's not cached, then // there will be a gap of time between when the input is focused and // when the view opens that can be perceived as flicker. -@@ -823,7 +823,16 @@ export class UrlbarView { - // them, resembling tab-to-search. In that case, the input value is +@@ -824,6 +824,15 @@ export class UrlbarView { // still associated with the first result. this.input.setResultForCurrentValue(firstResult); -- } -+ } + } + this.window.setTimeout(() => { + if (queryContext.results[0].payload.zenAction) { + this.#selectElement(this.getFirstSelectableElement(), { @@ -28,7 +26,8 @@ index fdbab8806fd320f4aacec46a42c8ef953580d00c..5501c329a9fd12bcc8e12de396113497 + }, 10); } -@@ -3189,7 +3202,7 @@ export class UrlbarView { + // Announce tab-to-search results to screen readers as the user types. +@@ -3189,7 +3198,7 @@ export class UrlbarView { } #enableOrDisableRowWrap() { diff --git a/src/zen/common/styles/zen-omnibox.css b/src/zen/common/styles/zen-omnibox.css index 1073f1c93..882f59b5b 100644 --- a/src/zen/common/styles/zen-omnibox.css +++ b/src/zen/common/styles/zen-omnibox.css @@ -112,7 +112,7 @@ } #urlbar .urlbar-input { - border-radius: 0 !important; + border-radius: 0px !important; } :root[zen-single-toolbar='true'] #urlbar:not([breakout-extend='true']) {