diff --git a/polygerrit-ui/app/elements/gr-app.html b/polygerrit-ui/app/elements/gr-app.html index e7e9e581d6..88909838da 100644 --- a/polygerrit-ui/app/elements/gr-app.html +++ b/polygerrit-ui/app/elements/gr-app.html @@ -126,6 +126,7 @@ limitations under the License. diff --git a/polygerrit-ui/app/elements/gr-change-list-item.html b/polygerrit-ui/app/elements/gr-change-list-item.html index 797772769e..1e57e09fc4 100644 --- a/polygerrit-ui/app/elements/gr-change-list-item.html +++ b/polygerrit-ui/app/elements/gr-change-list-item.html @@ -31,7 +31,7 @@ limitations under the License. :host([selected]) { background-color: #ebf5fb; } - :host([unreviewed]) { + :host([needs-review]) { font-weight: bold; } .cell { @@ -98,7 +98,7 @@ limitations under the License. value: false, reflectToAttribute: true, }, - unreviewed: { + needsReview: { type: Boolean, value: false, reflectToAttribute: true, diff --git a/polygerrit-ui/app/elements/gr-change-list.html b/polygerrit-ui/app/elements/gr-change-list.html index c11800e3fe..1a0341a768 100644 --- a/polygerrit-ui/app/elements/gr-change-list.html +++ b/polygerrit-ui/app/elements/gr-change-list.html @@ -55,7 +55,7 @@ limitations under the License.