commit | 4a3e6b863a30a36d225be0916c9b82d4dbd69f97 | [log] [tgz] |
---|---|---|
author | Logan Hanks <logan@google.com> | Tue Jul 19 15:34:37 2016 -0700 |
committer | Logan Hanks <logan@google.com> | Wed Jul 20 11:21:14 2016 -0700 |
tree | bfc6a7bf123cbf5b691fd6fffd1a5aae4b7006b3 | |
parent | 7cc7fa6314dbafe3d88ceefeb4cfde4591fd08b0 [diff] [blame] |
Add gr-account-list This new element is a more general variation of gr-reviewer-list. The user can enter additions, which are staged in the list with a distinct style and are removable. These pending additions can then be committed later in response to some other user action. Change-Id: I043665b572606d8e49b97aeaee9740a1236cd923
diff --git a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.html b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.html index b7f9715..f136907 100644 --- a/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.html +++ b/polygerrit-ui/app/elements/shared/gr-account-label/gr-account-label.html
@@ -23,6 +23,9 @@ :host { display: inline; } + :host::after { + content: var(--account-label-suffix); + } gr-avatar { height: 1.3em; width: 1.3em;