Commit 17c657f0 authored by Dan Beam's avatar Dan Beam Committed by Commit Bot

WebUI Dark Mode: update link color on clean up page, items to remove list

No screenshots cuz I can't easily reproduce.

And yes, this will mildly change the "light mode" (GB 500->700) but I
think it's pretty clear that this UI is emulating a link and therefore
should use the standard link colors.

R=hcarmona@chromium.org
BUG=926658

Change-Id: I6b9cc4697239edea6a165108935acb7ad2e07bff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1501795
Commit-Queue: Dan Beam <dbeam@chromium.org>
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Auto-Submit: Dan Beam <dbeam@chromium.org>
Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637581}
parent 359b4102
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
} }
#more-items-link { #more-items-link {
color: var(--google-blue-500); color: var(--cr-link-color);
cursor: pointer; 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