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

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

Issue 935333003: Fix a bug that generic thumbnail is visible behind transparent thumbnail. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set background-color directly. 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 | « 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/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 1c55de0067440efd0e236345ffc78a7938788ef0..7810af1f6c53f2165c61359c4bc109becee7f60c 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -971,6 +971,7 @@ body.selecting .thumbnail-grid .thumbnail-item[selected] .checkmark {
.thumbnail-grid .img-container > .thumbnail {
-webkit-user-drag: none;
+ background-color: rgb(230, 230, 230);
background-position: center;
background-size: cover;
height: 100%;
« 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