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

Unified Diff: ui/file_manager/file_manager/foreground/css/table.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/table.css
diff --git a/ui/file_manager/file_manager/foreground/css/table.css b/ui/file_manager/file_manager/foreground/css/table.css
index 38b003f2483c9929c3ebf38b399c69790fd80a9e..e631ea0abd2825455d94287317c3c55e42352050 100644
--- a/ui/file_manager/file_manager/foreground/css/table.css
+++ b/ui/file_manager/file_manager/foreground/css/table.css
@@ -35,11 +35,11 @@ html.col-resize * {
}
.table-header-inner {
- -webkit-user-select: none;
cursor: default;
display: flex;
position: relative;
text-align: start;
+ user-select: none;
}
.table-header-cell {
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/list.css ('k') | ui/file_manager/file_manager/foreground/css/tree.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698