Skip to content

Commit 6ca07fe

Browse files
committed
use search result hover styling for focus too
1 parent b0444ca commit 6ca07fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/static/css/site.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ summary .group-name {
632632
position: relative;
633633
display: flex;
634634
padding: 4px 3px 4px 6px;
635+
outline: none;
635636
}
636637

637638
.wiki-search-result:hover {
@@ -657,7 +658,7 @@ summary .group-name {
657658
border-bottom: 1px solid var(--dim-color);
658659
}
659660

660-
.wiki-search-result:hover::before {
661+
.wiki-search-result:hover::before, .wiki-search-result:focus::before {
661662
display: block;
662663
background: var(--light-ghost-color);
663664
}

0 commit comments

Comments
 (0)