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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 14628010: Files.app: Changed the text color of selected item in the default action dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index d2288fb76f85d6e21f343dc474adec99eb8a53a4..5160d8965b7551732c509e30250a8a5ff7651748 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1187,6 +1187,7 @@ body[new-ui] #list-container list:focus > li[selected],
body[new-ui] #list-container grid:focus > li[selected],
body[new-ui] #default-actions-list:focus > li[selected] {
background-color: rgb(77, 144, 254);
+ color: white;
}
#list-container list > li.accepts[selected],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698