Commit 76603b08 authored by fukino's avatar fukino Committed by Commit bot

Files.app: Make empty folder background hidden at first.

BUG=475313
TEST=manually

Review URL: https://codereview.chromium.org/1077513002

Cr-Commit-Position: refs/heads/master@{#324391}
parent 4c4145ea
...@@ -462,7 +462,7 @@ ...@@ -462,7 +462,7 @@
Welcome to the new epic photo importer! Welcome to the new epic photo importer!
</div> </div>
<div id="list-container"> <div id="list-container">
<div id="empty-folder"> <div id="empty-folder" hidden>
<div class="image"></div> <div class="image"></div>
<span class="label" i18n-content="EMPTY_FOLDER"></span> <span class="label" i18n-content="EMPTY_FOLDER"></span>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment