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

Unified Diff: ui/file_manager/file_manager/main.html

Issue 1077513002: Files.app: Make empty folder background hidden at first. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index 7201f8edf3b580e8c891c67c80b552f049043e29..16232cf049a3da30a34d39b0209e16dfd71bd4df 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -462,7 +462,7 @@
Welcome to the new epic photo importer!
</div>
<div id="list-container">
- <div id="empty-folder">
+ <div id="empty-folder" hidden>
<div class="image"></div>
<span class="label" i18n-content="EMPTY_FOLDER"></span>
</div>
« 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