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

Unified Diff: ui/webui/resources/css/overlay.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/list.css ('k') | ui/webui/resources/css/table.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/overlay.css
diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
index 3b3340d26de7cf333f8ee5d2abfc47b62ea5d8d6..b8d7af51ca2b5080e10f45fbd6d1b2a65e74de12 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -99,7 +99,6 @@ html[dir='rtl'] .overlay .page > .close-button {
.overlay .page h1 {
-webkit-padding-end: 24px;
- -webkit-user-select: none;
color: #333;
/* 120% of the body's font-size of 84% is 16px. This will keep the relative
* size between the body and these titles consistent. */
@@ -111,6 +110,7 @@ html[dir='rtl'] .overlay .page > .close-button {
margin: 0;
padding: 14px 17px 14px;
text-shadow: white 0 1px 2px;
+ user-select: none;
}
.overlay .page .content-area {
« no previous file with comments | « ui/webui/resources/css/list.css ('k') | ui/webui/resources/css/table.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698