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

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

Issue 2621993006: Drop the -webkit prefix from user-select CSS rule in ui/. (Closed)
Patch Set: Created 3 years, 11 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
Index: ui/file_manager/file_manager/foreground/css/list.css
diff --git a/ui/file_manager/file_manager/foreground/css/list.css b/ui/file_manager/file_manager/foreground/css/list.css
index 7e4ae21fb24cb35435fd85b96d209a23b3bbacc4..da502531ed050a8935e2ebbd1a4fe07360825722 100644
--- a/ui/file_manager/file_manager/foreground/css/list.css
+++ b/ui/file_manager/file_manager/foreground/css/list.css
@@ -15,9 +15,9 @@ grid {
list > *,
grid > * {
- -webkit-user-select: none;
position: relative; /* to allow overlap */
text-overflow: ellipsis;
+ user-select: none;
white-space: pre;
}
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/file_manager.css ('k') | ui/file_manager/file_manager/foreground/css/table.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698