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 03a00254df5700bb18989d4e86b54b4c8fc94cd1..0e1fafe2ff1399b4a55cf6c11883ee8ac0e14079 100644 |
--- a/chrome/browser/resources/settings/about_page/about_page.html |
+++ b/chrome/browser/resources/settings/about_page/about_page.html |
@@ -24,6 +24,10 @@ |
<dom-module id="settings-about-page"> |
<template> |
<style include="settings-shared settings-page-styles"> |
+ div.copyable { |
Dan Beam
2016/07/13 01:49:00
nit: div doesn't help in this selector
dpapad
2016/07/13 17:40:28
Done.
|
+ -webkit-user-select: text; |
+ } |
+ |
.product-title { |
font-size: 20px; |
margin-bottom: auto; |
@@ -98,7 +102,7 @@ |
$i18n{learnMore} |
</a> |
</span> |
- <div class="secondary">$i18n{aboutBrowserVersion}</div> |
+ <div class="secondary copyable">$i18n{aboutBrowserVersion}</div> |
</div> |
<span class="secondary-action"> |
<paper-button id="relaunch" class="secondary-button" |
@@ -144,7 +148,7 @@ |
Detailed build info |
</div> |
</if> |
- <div class="settings-box product-info"> |
+ <div class="settings-box product-info copyable"> |
<div class="info-section"> |
<div class="secondary">$i18n{aboutProductTitle}</div> |
<div class="secondary">$i18n{aboutProductCopyright}</div> |