summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/shared/gr-account-link/gr-account-link.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/shared/gr-account-link/gr-account-link.html')
-rw-r--r--polygerrit-ui/app/elements/shared/gr-account-link/gr-account-link.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/polygerrit-ui/app/elements/shared/gr-account-link/gr-account-link.html b/polygerrit-ui/app/elements/shared/gr-account-link/gr-account-link.html
index 79747bae46..34b0de63bd 100644
--- a/polygerrit-ui/app/elements/shared/gr-account-link/gr-account-link.html
+++ b/polygerrit-ui/app/elements/shared/gr-account-link/gr-account-link.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -27,7 +28,7 @@ limitations under the License.
display: inline-block;
}
a {
- color: var(--default-text-color);
+ color: var(--primary-text-color);
text-decoration: none;
}
gr-account-label {
@@ -39,8 +40,8 @@ limitations under the License.
<span>
<a href$="[[_computeOwnerLink(account)]]" tabindex="-1">
<gr-account-label account="[[account]]"
- avatar-image-size="[[avatarImageSize]]"
- show-email="[[_computeShowEmail(account)]]"></gr-account-label>
+ additional-text="[[additionalText]]"
+ avatar-image-size="[[avatarImageSize]]"></gr-account-label>
</a>
</span>
</template>