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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 8769043: Fixing a bug with poping up enlarged image when mouse is out of the thumbnail. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index f8ed460ac1d428c0564b36d6930d739377cfb409..9e08d6ae223838481bdca22a3adbca0bcf95a0f4 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -328,6 +328,7 @@ div.img-container > img {
background-color: #F2F2F2;
margin: 0;
z-index: 1;
+ pointer-events: none;
position: absolute;
-webkit-transition: all 180ms ease-in;
@@ -340,6 +341,7 @@ div.img-container > img {
.preview-thumbnails > div:hover > div.popup {
-webkit-transform: translate(0, 0) scale(1.0);
opacity: 1;
+ pointer-events: auto;
}
.preview-panel > * {
« 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