summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaladox none <thomasmulhall410@yahoo.com>2019-07-29 13:41:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-07-29 13:41:13 +0000
commitf7380e33c54d90202595ee44a65c3df73dd6e4a5 (patch)
treeb895d729ef3caeaf6db00f56206392e784635c35
parent751d9b7add2bb2d2fe79327ae036ef17cd773eb3 (diff)
parent53a198b6a055ae88551f4ef600f1f7f35a3de4f7 (diff)
Merge "Rename --background-color to --avatar-background-color"
-rw-r--r--polygerrit-ui/app/elements/shared/gr-avatar/gr-avatar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/polygerrit-ui/app/elements/shared/gr-avatar/gr-avatar.html b/polygerrit-ui/app/elements/shared/gr-avatar/gr-avatar.html
index 5c9b66e0bf..1daffa2323 100644
--- a/polygerrit-ui/app/elements/shared/gr-avatar/gr-avatar.html
+++ b/polygerrit-ui/app/elements/shared/gr-avatar/gr-avatar.html
@@ -28,7 +28,7 @@ limitations under the License.
display: inline-block;
border-radius: 50%;
background-size: cover;
- background-color: var(--background-color, #f1f2f3);
+ background-color: var(--avatar-background-color, #f1f2f3);
}
</style>
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>