Commit 1d7c9bcb authored by yawano's avatar yawano Committed by Commit bot

Fix a bug that generic thumbnail is visible behind transparent thumbnail.

BUG=459326
TEST=open a folder which contains transparent image and confirm that generic thumbnail is not visible behind thumbnail.

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

Cr-Commit-Position: refs/heads/master@{#317033}
parent f857b9cf
...@@ -1053,6 +1053,7 @@ body.selecting .thumbnail-grid .thumbnail-item[selected] .checkmark { ...@@ -1053,6 +1053,7 @@ body.selecting .thumbnail-grid .thumbnail-item[selected] .checkmark {
.thumbnail-grid .img-container > .thumbnail { .thumbnail-grid .img-container > .thumbnail {
-webkit-user-drag: none; -webkit-user-drag: none;
background-color: rgb(230, 230, 230);
background-position: center; background-position: center;
background-size: cover; background-size: cover;
height: 100%; height: 100%;
......
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