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

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

Issue 2202743002: Settings Menu: Apply actionable attribute to Advanced expand trigger. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_menu/settings_menu.html
diff --git a/chrome/browser/resources/settings/settings_menu/settings_menu.html b/chrome/browser/resources/settings/settings_menu/settings_menu.html
index 47957cf7c2f4a3f3c48c994dc980a83915fcdfa4..185935fb66f55bd211b55ee530725cb4de2619ab 100644
--- a/chrome/browser/resources/settings/settings_menu/settings_menu.html
+++ b/chrome/browser/resources/settings/settings_menu/settings_menu.html
@@ -131,8 +131,9 @@
</div>
</paper-menu>
</div>
- <paper-submenu class="page-menu" id="advancedPage"
- opened="{{advancedOpened_}}" hidden="[[!pageVisibility.advancedSettings]]">
+ <paper-submenu class="page-menu" id="advancedPage" actionable
+ opened="{{advancedOpened_}}"
+ hidden="[[!pageVisibility.advancedSettings]]">
<div class="menu-trigger">
<span>$i18n{advancedPageTitle}</span>
<iron-icon icon="[[arrowState_(advancedOpened_)]]"></iron-icon>
« 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