Hide label row if user cannot vote on it

Change-Id: I6a79780b58e042c981cbd259e8f909772c2d246d
This commit is contained in:
Dhruv Srivastava
2020-11-04 12:21:17 +01:00
parent 0f65e01a3b
commit a89dd4127f

View File

@@ -34,7 +34,7 @@ export const htmlTemplate = html`
display: table-row;
}
gr-label-score-row.no-access {
display: var(--label-no-access-display, table-row);
display: none;
}
</style>
<div class="scoresTable">