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

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

Issue 2791223003: MD Settings: consolidate .no-outline css rules. (Closed)
Patch Set: move css rule to two lines 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
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 6bbaad1fb4f5a69af6f63358ff3c9340f99a91e6..aba01dfb53fdfc1805d42e445e5396570f1e8a93 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
@@ -40,10 +40,6 @@
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