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 { |