| 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 ea18dd4cd39b7a43385d132af68ce0d66e66ec72..ad15468fbcc3b1045f85951aa0afcfa91b18cfd4 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
|
| @@ -23,8 +23,8 @@
|
| };
|
| background-position: center;
|
| background-repeat: no-repeat;
|
| - border-radius: 2px;
|
| border: 1px solid rgba(0, 0, 0, .12);
|
| + border-radius: 2px;
|
| display: flex;
|
| height: var(--avatar-size);
|
| margin: calc(var(--avatar-spacing) / 2);
|
|
|