Skip to content

Commit

Permalink
Fix timeline selection overlay time / hover line in High Contrast Mode (
Browse files Browse the repository at this point in the history
#5247)

Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
  • Loading branch information
nchevobbe and canova authored Dec 12, 2024
1 parent 2f92139 commit 7d22187
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/timeline/Selection.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,14 @@
.timelineSelectionOverlayZoomButton:active:hover {
background-color: rgb(160 160 160 / 0.6);
}

@media (forced-colors: active) {
.timelineSelectionOverlayTime {
background-color: CanvasText;
color: Canvas;
}

.timelineSelectionHoverLine {
background-color: CanvasText;
}
}

0 comments on commit 7d22187

Please sign in to comment.