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

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

Issue 2555693006: MD Downloads: fix some a11y issues (Closed)
Patch Set: more nits 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..c54bd384b39f734afece7e81603044abac3b9e4f 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: var(--paper-grey-700);
font-size: 100%;
font-weight: 500;
margin: 24px auto 10px;
@@ -76,7 +76,7 @@
}
#content:not(.is-active) #details {
- color: rgba(186, 186, 186, .6);
+ color: rgba(27, 27, 27, .6);
}
#content:not(.is-active) #name {
@@ -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-700);
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