diff --git a/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.html b/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.html index 496de03525..fc06b8c864 100644 --- a/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.html +++ b/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.html @@ -44,12 +44,14 @@ limitations under the License. } gr-button.remove { background: #eee; + border: 0; color: #666; font-size: 1.7em; font-weight: normal; height: .6em; line-height: .6em; margin-left: .15em; + margin-top: -.05em; padding: 0; text-decoration: none; }