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

Unified Diff: ui/webui/resources/cr_elements/shared_vars_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
« no previous file with comments | « ui/webui/resources/cr_elements/shared_style_css.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/shared_vars_css.html
diff --git a/ui/webui/resources/cr_elements/shared_vars_css.html b/ui/webui/resources/cr_elements/shared_vars_css.html
index dceff2a6f51ecad120ccdfab787e658b72069049..1e5aaa300061af67550dc083975b3550eda56f28 100644
--- a/ui/webui/resources/cr_elements/shared_vars_css.html
+++ b/ui/webui/resources/cr_elements/shared_vars_css.html
@@ -7,6 +7,10 @@
cursor: pointer;
};
--cr-focused-item-color: var(--google-grey-300);
+ --cr-selectable-focus: {
+ background-color: var(--cr-focused-item-color);
+ outline: none;
+ }
--cr-separator-line: 1px solid rgba(0, 0, 0, 0.06);
}
</style>
« no previous file with comments | « ui/webui/resources/cr_elements/shared_style_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698