Index: ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html |
diff --git a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html |
index d915114791a52c7c4263e6a3e80d726f4bfcfda2..a8d9e42b809202bf87dda4c7de133a2ca115ff6c 100644 |
--- a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html |
+++ b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html |
@@ -1,7 +1,7 @@ |
+<link rel="import" href="chrome://resources/html/polymer.html"> |
+ |
<link rel="import" href="chrome://resources/html/assert.html"> |
<link rel="import" href="chrome://resources/html/util.html"> |
-<link rel="import" href="chrome://resources/html/polymer.html"> |
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-menu-behavior/iron-menubar-behavior.html"> |
<dom-module id="cr-profile-avatar-selector-grid"> |
<template> |
@@ -12,7 +12,7 @@ |
margin: calc(var(--avatar-spacing) / -2); |
} |
</style> |
- <content></content> |
+ <content select=".avatar"></content> |
tommycli
2017/06/22 21:45:31
Why do you need to select only .avatar class child
dpapad
2017/06/22 23:22:48
At cr_profile_avatar_selector.html the only thing
tommycli
2017/06/22 23:25:32
No that's good. I just was curious as to reasoning
|
</template> |
<script src="cr_profile_avatar_selector_grid.js"></script> |
</dom-module> |