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] > * { |