Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/wp-admin/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,18 @@ th.action-links {
color: #1d2327;
}

@media (forced-colors: active) {
.filter-links li > a {
/* Canvas keeps the spacer border invisible; transparent would render as a visible border in Windows High Contrast mode. See ticket #65419. */
border-bottom-color: Canvas;
}

.filter-links .current {
/* The active tab indicator, visible in Windows High Contrast mode. */
border-bottom-color: Highlight;
}
}

.filter-links li > a:hover,
.filter-links li > a:focus,
.show-filters .filter-links a.current:hover,
Expand Down
Loading