Skip to content

Commit

Permalink
use outline
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 14, 2022
1 parent 7f76cac commit f9d3f0b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/assets/plugins/search/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,9 @@ body.site-search-visible {
}

@media (forced-colors: active) {
.site-search__results li[aria-selected='true'] a,
.site-search__results li[aria-selected='true'] a small,
.site-search__results li[aria-selected='true'] a sl-icon {
background-color: SelectedItem;
color: SelectedItemText;
.site-search__results li[aria-selected='true'] a {
outline: dashed 1px SelectedItem;
outline-offset: -1px;
}
}

Expand Down

0 comments on commit f9d3f0b

Please sign in to comment.