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

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

Issue 2141063003: MD Settings: Allow copying text to clipboard from the About page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fine tune selection Created 4 years, 5 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 | chrome/browser/resources/settings/about_page/detailed_build_info.html » ('j') | 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 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>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/detailed_build_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698