Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6450)

Unified Diff: chrome/browser/resources/md_downloads/item.html

Issue 2555693006: MD Downloads: fix some a11y issues (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_downloads/manager.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/item.html
diff --git a/chrome/browser/resources/md_downloads/item.html b/chrome/browser/resources/md_downloads/item.html
index ca33797dc18ef88ff93bff75bffb71dd1d7fcc32..975f10997c17908b5ac38dcd72f81733eb712f14 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -30,7 +30,7 @@
}
#date {
- color: rgb(104, 113, 116);
+ color: rgb(103, 112, 115);
calamity 2016/12/09 01:31:42 Is this a remnant from the old blue-grey color day
Dan Beam 2016/12/09 02:03:54 talked with bettes@, says it's cool to use grey 70
font-size: 100%;
font-weight: 500;
margin: 24px auto 10px;
@@ -154,7 +154,7 @@
}
.is-active #url {
- color: #969696;
+ color: var(--paper-grey-600);
}
#progress,
@@ -211,7 +211,7 @@
}
#remove {
- color: #969696;
+ color: var(--paper-grey-600);
font-size: 16px;
height: 32px;
line-height: 17px; /* TODO(dbeam): why is this necesssary? */
« no previous file with comments | « no previous file | chrome/browser/resources/md_downloads/manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698