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

Unified Diff: chrome/browser/resources/settings/languages_page/add_languages_dialog.html

Issue 2788103003: MD Settings: remove focus background from add-language list. (Closed)
Patch Set: Created 3 years, 9 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/languages_page/add_languages_dialog.html
diff --git a/chrome/browser/resources/settings/languages_page/add_languages_dialog.html b/chrome/browser/resources/settings/languages_page/add_languages_dialog.html
index 449ced41c0172549d962ee787a9ab57e1ab66f79..17f1156015db7c35bbaf6934926caba7e7639a30 100644
--- a/chrome/browser/resources/settings/languages_page/add_languages_dialog.html
+++ b/chrome/browser/resources/settings/languages_page/add_languages_dialog.html
@@ -42,10 +42,10 @@
items="[[getLanguages_(
languages.supported, languages.enabled.*, filterValue_)]]">
<template>
- <paper-checkbox class="list-item" checked="[[willAdd_(item.code)]]"
+ <paper-checkbox class="list-item no-outline"
+ checked="[[willAdd_(item.code)]]" tabindex$="[[tabIndex]]"
title$="[[item.nativeDisplayName]]"
- on-change="onLanguageCheckboxChange_"
- tabindex$="[[tabIndex]]">
+ on-change="onLanguageCheckboxChange_">
[[getDisplayText_(item)]]
</paper-checkbox>
</template>
« 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