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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html

Issue 1262123003: Files.app: make files-toggle-ripple unclickable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move pointer-events:none from host to ripple-container. Created 5 years, 5 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/elements/files_toggle_ripple.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html b/ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html
index 7c87e0a3bd0ea4b3b49e0806d26eadd9afc8c308..2d8329399c03446342a76d5b9c4f002964ba744d 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html
@@ -19,6 +19,7 @@
display: flex;
height: 200%;
left: -50%;
+ pointer-events: none;
position: absolute;
top: -50%;
width: 200%;
« 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