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

Unified Diff: ui/webui/resources/cr_elements/shared_style_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: ui/webui/resources/cr_elements/shared_style_css.html
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
index 66c9b95cbcc672f9d862f4eb4d1f08e8e458a5af..b705bdc7e5b84d21a12b07edacb7ab530018c579 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -40,6 +40,13 @@
[actionable] {
@apply(--cr-actionable);
}
+
+ [selectable] :focus {
+ @apply(--cr-selectable-focus);
+ }
+ [selectable] > * {
+ @apply(--cr-actionable);
+ }
</style>
</template>
</dom-module>
« no previous file with comments | « chrome/test/data/webui/settings/search_engines_page_test.js ('k') | ui/webui/resources/cr_elements/shared_vars_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698