This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch publish-airflow-docs-latest-layout-2025-12 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a1a766524287c418cf7df2de0410f89864dda1c1 Author: Amogh Desai <[email protected]> AuthorDate: Mon Dec 22 14:25:07 2025 +0530 Better highlight the airflow docs search navigator (#59703) (cherry picked from commit 6bce6707908c571ef22a8295bfa871d3b0c2df9e) --- devel-common/src/sphinx_exts/pagefind_search/static/css/pagefind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel-common/src/sphinx_exts/pagefind_search/static/css/pagefind.css b/devel-common/src/sphinx_exts/pagefind_search/static/css/pagefind.css index aa72e9440fb..8a793078a17 100644 --- a/devel-common/src/sphinx_exts/pagefind_search/static/css/pagefind.css +++ b/devel-common/src/sphinx_exts/pagefind_search/static/css/pagefind.css @@ -157,12 +157,12 @@ .search-modal__result-item:hover, .search-modal__result-item--selected { - background: #f8f9fa; + background: #e9ecef; } [data-bs-theme="dark"] .search-modal__result-item:hover, [data-bs-theme="dark"] .search-modal__result-item--selected { - background: #21262d; + background: #30363d; } .search-modal__result-icon {
