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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2918613003: MD settings: make update errors text-selectable. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index f4da97487961bc1cfe10e298b313836827a94a30..05b00cf0d1d2233d196b9dcd3bf74183868a2b74 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -36,7 +36,7 @@
}
.copyable {
- -webkit-user-select: text;
+ user-select: text;
}
.info-section {
@@ -107,7 +107,8 @@
src="[[getIconSrc_(obsoleteSystemInfo_, currentUpdateStatusEvent_)]]">
</iron-icon>
<div class="start padded">
- <div id="updateStatusMessage" hidden="[[!showUpdateStatus_]]"
+ <div id="updateStatusMessage" class="copyable"
+ hidden="[[!showUpdateStatus_]]"
<if expr="not chromeos">
inner-h-t-m-l="[[getUpdateStatusMessage_(
currentUpdateStatusEvent_)]]">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698