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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_types.css

Issue 319553005: [fsp] Make the selection state of providing extension icons prettier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: ui/file_manager/file_manager/foreground/css/file_types.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_types.css b/ui/file_manager/file_manager/foreground/css/file_types.css
index 232ad92de853bb8f83da151e25a822a1a7ded146..c15a2c4cec84c583adb42b617f59edd5bb9548e8 100644
--- a/ui/file_manager/file_manager/foreground/css/file_types.css
+++ b/ui/file_manager/file_manager/foreground/css/file_types.css
@@ -510,7 +510,5 @@ tree:focus .tree-item[selected] > .tree-row >
list:focus li[selected] [volume-type-icon='provided'],
tree:focus .tree-item[selected] > .tree-row > [volume-type-icon='provided']{
- /* Create a white version from a full-color icon. Works in most cases.
- TODO(mtomasz): Replace with a shader or a JS code. */
- -webkit-filter: grayscale(100%) contrast(10000%) invert(100%);
+ -webkit-filter: invert(100%) grayscale(100%) brightness(200%);
hirono 2014/06/05 10:00:27 How about: "brightness(0) invert();" ?
mtomasz 2014/06/06 00:30:40 This would make an inverted mask. Same as I tried
hirono 2014/06/06 04:25:59 Thank you. lgtm!
}
« 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