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

Unified Diff: ui/file_manager/gallery/css/gallery.css

Issue 853653004: Gallery: Add items to GalleryDataModel before loading their metadata. (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
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 8a3eaf7f20bb728c4d3de9136d848d3354c1f1ee..6bc81e485b4aae10d58cabdeb2629b2e1eaf40bc 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -441,6 +441,7 @@ input[type='checkbox']:checked {
height: 100%;
overflow: hidden;
transition: opacity 180ms linear, visibility 0ms linear;
+ white-space: nowrap;
z-index: 0;
}

Powered by Google App Engine
This is Rietveld 408576698