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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_quick_view.html

Issue 2561633006: Quick View: Show folder icon if folder is selected. (Closed)
Patch Set: Refactor: removed repeated center, no-repeat. 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 | « ui/file_manager/file_manager/foreground/elements/files_quick_view.css ('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/elements/files_quick_view.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_quick_view.html b/ui/file_manager/file_manager/foreground/elements/files_quick_view.html
index 2d64f90ebaa09624addfe5e22a040bc712fde0d9..a70e66cd0b2f5b63d1a1a1821387408028bd4485 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_quick_view.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_quick_view.html
@@ -69,9 +69,8 @@
<div class="no-preivew">[[noPlaybackText]]</div>
</template>
</template>
- <!-- TODO(oka): Support folder icon -->
<div hidden="[[!isUnsupported_(type, browsable)]]">
- <div generic-thumbnail></div>
+ <div generic-thumbnail$="[[type]]"></div>
<div class="no-preview">[[noPreviewText]]</div>
</div>
</div> <!-- innerContentPanel -->
« no previous file with comments | « ui/file_manager/file_manager/foreground/elements/files_quick_view.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698