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

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

Issue 937373002: Remove unused icon assets from theme_resources.grd. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « chrome/app/theme/theme_resources.grd ('k') | 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 1f740792c222bbee6a414f3a72160805841a41f4..110ba809b4075c5f12e5f6d5c75663668f4b3c5e 100644
--- a/ui/file_manager/file_manager/foreground/css/file_types.css
+++ b/ui/file_manager/file_manager/foreground/css/file_types.css
@@ -151,12 +151,6 @@ tree .tree-item[selected] > .tree-row > .shared[file-type-icon='folder'] {
url(../images/filetype/2x/filetype_word.png) 2x);
}
-[file-type-icon='drive'] {
- background-image: -webkit-image-set(
- url(chrome://theme/IDR_FILETYPE_DRIVE) 1x,
- url(chrome://theme/IDR_FILETYPE_DRIVE@2x) 2x);
-}
-
/* Large generic thumbnails, used when a file does not have a thumbnail. */
[generic-thumbnail] {
background-image: -webkit-image-set(
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698