Commit b7f64e6c authored by Sebastien Marchand's avatar Sebastien Marchand Committed by Chromium LUCI CQ

[PM] Fix the chrome://discards color color scheme in dark mode

There's a really low contrast between the text color and the background
for the header row of the chrome://discards in dark mode.

Change-Id: Ia729ba4c4734b652837bb4da2ee2564daa7023ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595619
Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org>
Reviewed-by: default avatarSigurður Ásgeirsson <siggi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838122}
parent 7da41f82
......@@ -26,6 +26,12 @@
white-space: nowrap;
}
@media (prefers-color-scheme: dark) {
table th {
background: var(--google-grey-800);
}
}
table th[data-sort-key] {
cursor: pointer;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment