Hide label row if user cannot vote on it
Change-Id: I6a79780b58e042c981cbd259e8f909772c2d246d
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user