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

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

Issue 2811573004: MD Settings: Restore focus when exiting various subpages, part 2. (Closed)
Patch Set: Device page Created 3 years, 8 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/about_page.js » ('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 7eda97ec7ab6a0593acf4c7ddbf6171b8f0e993c..d24e89c279b7d187bbe4dc5abe5b046e7ae34703 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -85,7 +85,8 @@
</style>
<div>
<settings-section page-title="$i18n{aboutPageTitle}" section="about">
- <settings-animated-pages id="pages" section="about">
+ <settings-animated-pages id="pages" section="about"
+ focus-config="[[focusConfig_]]">
<neon-animatable route-path="default">
<div class="settings-box two-line">
<img id="product-logo" on-tap="onProductLogoTap_"
@@ -182,7 +183,8 @@
<div class="settings-box" on-tap="onDetailedBuildInfoTap_"
actionable>
<div class="start">$i18n{aboutDetailedBuildInfo}</div>
- <button class="subpage-arrow" is="paper-icon-button-light"
+ <button id="detailed-build-info-trigger" class="subpage-arrow"
+ is="paper-icon-button-light"
aria-label="$i18n{aboutDetailedBuildInfo}">
</button>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698