Skip to content

Commit ba5af81

Browse files
ElormCochDevtools-frontend LUCI CQ
authored andcommitted
Fix link color for forced-color mode in high contrast themes
Before: https://issues.chromium.org/493628986#attachment74433698 After: https://issues.chromium.org/493628986#attachment74433699 Bug: 493628986 Change-Id: Icd38a3baaec94a94a177a5a7a0f22fed297653a1 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7673521 Reviewed-by: Nikolay Vitkov <[email protected]> Commit-Queue: Sylvester Elorm Coch <[email protected]>
1 parent b37af7e commit ba5af81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

front_end/ui/kit/link/link.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
@media (forced-colors: active) {
1515
:host {
16-
background: Highlight;
17-
color: HighlightText;
16+
forced-color-adjust: none;
17+
color: linktext;
1818
}
1919
}
2020

0 commit comments

Comments
 (0)