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

Unified Diff: ui/webui/resources/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
« no previous file with comments | « ui/webui/resources/css/expandable_bubble.css ('k') | ui/webui/resources/css/overlay.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/list.css
diff --git a/ui/webui/resources/css/list.css b/ui/webui/resources/css/list.css
index e4d756a967b3a9af5a6b91bac302715089ad81a2..fb1b2e0564e594cfd0fc91b3c88ee659eb732679 100644
--- a/ui/webui/resources/css/list.css
+++ b/ui/webui/resources/css/list.css
@@ -13,7 +13,6 @@ grid {
list > *,
grid > * {
- -webkit-user-select: none;
background-color: rgba(255, 255, 255, 0);
border: 1px solid rgba(255, 255, 255, 0); /* transparent white */
border-radius: 2px;
@@ -24,6 +23,7 @@ grid > * {
padding: 0 3px;
position: relative; /* to allow overlap */
text-overflow: ellipsis;
+ user-select: none;
white-space: pre;
}
« no previous file with comments | « ui/webui/resources/css/expandable_bubble.css ('k') | ui/webui/resources/css/overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698