Commit 01084712 authored by hirono@chromium.org's avatar hirono@chromium.org

Gallery: Remove CSS hover zoom in the mosaic view of Gallery.app.

Sometimes, zoomed image covers others. It doesn't look good.

BUG=393870
TEST=manually

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283688 0039d316-1c4b-4281-b951-d872f2087c98
parent fb75e2a6
...@@ -1228,11 +1228,6 @@ body { ...@@ -1228,11 +1228,6 @@ body {
outline-color: rgb(51, 153, 255); outline-color: rgb(51, 153, 255);
} }
.mosaic[visible='normal'].hover-visible .mosaic-tile:hover {
-webkit-transform: scale(1.05);
z-index: 50;
}
.mosaic[visible='normal'].hover-visible .mosaic[visible='normal'].hover-visible
.mosaic-tile:hover:not([selected]) .img-border { .mosaic-tile:hover:not([selected]) .img-border {
outline-color: rgb(182, 212, 252); outline-color: rgb(182, 212, 252);
......
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