Chromium Code Reviews| Index: ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html |
| diff --git a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html |
| index 3c3747bb74afe059945743f3b63fbe611d9c8585..9c37afe550141568dfb2a60ce1b4d94eb70b944d 100644 |
| --- a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html |
| +++ b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html |
| @@ -37,9 +37,7 @@ |
| } |
| #avatar-grid .avatar.iron-selected { |
| - border: 1px solid var(--google-blue-500); |
| - |
| - @apply(--avatar-selector-avatar-selected); |
|
dpapad
2017/06/26 18:59:32
Looked for usages of this mixin and did not find a
dschuyler
2017/06/26 22:39:12
Please make a note in the CL description like
(Re
dpapad
2017/06/26 22:52:43
Done.
|
| + border: 2px solid var(--google-blue-500); |
| } |
| </style> |
| <cr-profile-avatar-selector-grid id="avatar-grid" |