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

Unified Diff: ui/webui/resources/cr_elements/shared_style_css.html

Issue 2303093003: MD Settings: Internet: Enable SIM unlock with no cellular network (Closed)
Patch Set: . Created 4 years, 3 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 2e912bb631a765484385a0a97abe859d2fe1dcdb..d891b19bc2f3d4257d4d692c8c20f9a6ded757f9 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -61,7 +61,8 @@
@apply(--cr-actionable);
}
- [selectable] :focus {
+ [selectable]:focus,
+ [selectable] :focus{
michaelpg 2016/09/06 21:10:38 space before {
michaelpg 2016/09/06 21:10:39 can this be limited to "[selectable] > :focus" (si
stevenjb 2016/09/12 19:46:42 I think so. Done.
@apply(--cr-selectable-focus);
}
[selectable] > * {

Powered by Google App Engine
This is Rietveld 408576698