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

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

Issue 2148793007: MD Settings: Fix search engines drop-down menu. (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/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index 675c940974e1989b86f5d3d54f6606f219efbfb8..227cab9af98851ea5dfcdfcc1b8785e240e1dca8 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -23,9 +23,9 @@
selected="[[getSelectedSearchEngineIndex_(searchEngines_)]]"
on-iron-select="onIronSelect_">
<template is="dom-repeat" items="[[searchEngines_]]">
- <!--TODO(dpapad): Use <button class="paper-item">..</button>
- once it lands in paper-item-shared-styles.html-->
- <div class="dropdown-item" role="option">[[item.name]]</div>
+ <button class="dropdown-item" role="option">
+ [[item.name]]
+ </button>
</template>
</paper-listbox>
</paper-dropdown-menu>
« 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