This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 6bce6707908 Better highlight the airflow docs search navigator (#59703)
6bce6707908 is described below
commit 6bce6707908c571ef22a8295bfa871d3b0c2df9e
Author: Amogh Desai <[email protected]>
AuthorDate: Mon Dec 22 14:25:07 2025 +0530
Better highlight the airflow docs search navigator (#59703)
---
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 {