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

Unified Diff: ui/file_manager/file_manager/foreground/css/tree.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
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/table.css ('k') | ui/file_manager/gallery/css/gallery.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/tree.css
diff --git a/ui/file_manager/file_manager/foreground/css/tree.css b/ui/file_manager/file_manager/foreground/css/tree.css
index 517d7d1aed2858387525bcea385a8207fdc625b9..a5edc2f31e76726b359d70367f1217dd8c1c0ff0 100644
--- a/ui/file_manager/file_manager/foreground/css/tree.css
+++ b/ui/file_manager/file_manager/foreground/css/tree.css
@@ -11,9 +11,9 @@ tree {
}
.tree-item > .tree-row {
- -webkit-user-select: none;
cursor: default;
position: relative;
+ user-select: none;
white-space: nowrap;
}
@@ -84,5 +84,5 @@ html[dir=rtl] .tree-row > .expand-icon {
.tree-rename > .tree-row > .tree-label {
-webkit-user-modify: read-write-plaintext-only;
- -webkit-user-select: auto;
+ user-select: auto;
}
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/table.css ('k') | ui/file_manager/gallery/css/gallery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698