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

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

Issue 2700863002: MD Settings: adjust focus-outline behaviors on search engine iron-list. (Closed)
Patch Set: Created 3 years, 10 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 3dad364562613b9f980f7ff72d002607200360a5..f77a84a58ec76f4d824d91005f450d0f5cb260b0 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
@@ -38,6 +38,10 @@
pointer-events: none;
visibility: hidden;
}
+
+ :host(.no-outline) {
+ outline: none;
+ };
</style>
<template is="dom-if" if="[[showEditSearchEngineDialog_]]" restamp>

Powered by Google App Engine
This is Rietveld 408576698