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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.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/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 0fe267a7f6ff00408cc2c10fca280fb0d7b5490e..7708ac704c4b1846e2eb9ff45ff0798565511575 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -67,8 +67,7 @@
iron-dropdown .dropdown-item:focus,
paper-dropdown-menu .dropdown-item:focus {
- background-color: var(--cr-focused-item-color);
- outline: none;
+ @apply(--cr-selectable-focus);
}
iron-dropdown .dropdown-content {

Powered by Google App Engine
This is Rietveld 408576698