This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch new-providers-layout-2025-12
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/new-providers-layout-2025-12
by this push:
new c97618a575f Better highlight the airflow docs search navigator (#59703)
c97618a575f is described below
commit c97618a575f54bff4cf89fc9b79e1bd1d38e7ec2
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 {