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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.html

Issue 2249873007: Settings: Introduce selectable styling and apply to search engines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 4 years, 4 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
Index: chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
index 30db2a4913f1e9b09c0ba5f7f0b1cff29387b29a..38d76ea68102ebd7c4ebb51be5ee59a23dfe8129 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
@@ -41,7 +41,7 @@
</div>
<div class="keyword-column">[[engine.keyword]]</div>
<div class="url-column">[[engine.url]]</div>
- <paper-icon-button icon="cr:more-vert" toggles
+ <paper-icon-button icon="cr:more-vert" toggles tabindex$="[[tabindex]]"
active="{{editMenuOpened}}">
</paper-icon-button>
<iron-dropdown opened="{{editMenuOpened}}" horizontal-align="right"

Powered by Google App Engine
This is Rietveld 408576698