Skip to content

Commit

Permalink
Fixes AB#952: High-contrast quick list selection
Browse files Browse the repository at this point in the history
  • Loading branch information
gingi committed May 30, 2023
1 parent 88900fe commit 3438e86
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,10 @@ bl-quick-list-row-render {
}
}
}

@media (forced-colors: active) {
bl-quick-list-row-render.selected {
outline: 2px solid Highlight;
outline-offset: -2px;
}
}

0 comments on commit 3438e86

Please sign in to comment.