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..9b35ac6dc31ccc5945ae122889174fc47c6af805 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 { |
@apply(--cr-selectable-focus); |
} |
[selectable] > * { |