| 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..3ab96a550f77f658a2d837c1fe8d7777a2c6f2d1 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">
|
| + .copyable {
|
| + -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>
|
|
|