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

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

Issue 2256143002: Files app: Ignores pointer events on buttons on dialog footer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 e8926a3a90c91f8b31d5b8a041e5c9b0c5192fd7..fdec97400aba0d98d5ddc8c3166c5e9aa9dbcc3c 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -938,6 +938,11 @@ html[dir='rtl'] #search-box .clear {
z-index: 0;
}
+.dialog-footer button[disabled] {
+ cursor: auto;
+ pointer-events: none;
+}
+
.dialog-footer button {
font-weight: 500;
}
« 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