diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-view/gr-change-list-view.html b/polygerrit-ui/app/elements/change-list/gr-change-list-view/gr-change-list-view.html index f71d0f7d4a..1d3968f0a8 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list-view/gr-change-list-view.html +++ b/polygerrit-ui/app/elements/change-list/gr-change-list-view/gr-change-list-view.html @@ -15,8 +15,7 @@ limitations under the License. --> - - + @@ -26,15 +25,9 @@ limitations under the License. background-color: var(--view-background-color); display: block; } - .loading, - .error { - padding: 1em var(--default-horizontal-margin); - } .loading { color: #666; - } - .error { - color: #D32F2F; + padding: 1em var(--default-horizontal-margin); } gr-change-list { width: 100%; @@ -56,30 +49,21 @@ limitations under the License. } } - - - -