From 64cf539eca28933449e8c8df4118600a05ea4593 Mon Sep 17 00:00:00 2001 From: leo60228 Date: Wed, 11 Sep 2024 17:36:24 -0400 Subject: use search result hover styling for focus too --- src/static/css/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/static/css/site.css') diff --git a/src/static/css/site.css b/src/static/css/site.css index ed409930..7eb3605c 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -655,6 +655,7 @@ summary.underline-white > span:hover a:not(:hover) { position: relative; display: flex; padding: 4px 3px 4px 6px; + outline: none; } .wiki-search-result:hover { @@ -680,7 +681,7 @@ summary.underline-white > span:hover a:not(:hover) { border-bottom: 1px solid var(--dim-color); } -.wiki-search-result:hover::before { +.wiki-search-result:hover::before, .wiki-search-result:focus::before { display: block; background: var(--light-ghost-color); } -- cgit 1.3.0-6-gf8a5