commit | 29c4822b12312529da90885423911e745b5ec77c | [log] [tgz] |
---|---|---|
author | Dhruv Srivastava <dhruvsri@google.com> | Tue May 24 11:07:12 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 24 11:07:12 2022 +0000 |
tree | a92f005b88d7998c246e12b3f04a2f196871056e | |
parent | b903399100ed0c1179d17583a2b4addb9930f78f [diff] | |
parent | d8abd3373cce981cbae49d1a0b42a4d68969c8e3 [diff] |
Merge "Add dark theme colors for bulk vote dialog"
diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-bulk-vote-flow/gr-change-list-bulk-vote-flow.ts b/polygerrit-ui/app/elements/change-list/gr-change-list-bulk-vote-flow/gr-change-list-bulk-vote-flow.ts index 77c9382..f5682c5 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list-bulk-vote-flow/gr-change-list-bulk-vote-flow.ts +++ b/polygerrit-ui/app/elements/change-list/gr-change-list-bulk-vote-flow/gr-change-list-bulk-vote-flow.ts
@@ -88,12 +88,12 @@ font-weight: var(--font-weight-h2); } .error-container { - background-color: var(--red-50); + background-color: var(--error-background); margin-top: var(--spacing-l); } .error-container iron-icon { padding: 10px var(--spacing-xl); - color: var(--red-700); + color: var(--error-foreground); --iron-icon-height: 20px; --iron-icon-width: 20px; }
diff --git a/polygerrit-ui/app/elements/shared/gr-dialog/gr-dialog.ts b/polygerrit-ui/app/elements/shared/gr-dialog/gr-dialog.ts index 538be7c..f882572 100644 --- a/polygerrit-ui/app/elements/shared/gr-dialog/gr-dialog.ts +++ b/polygerrit-ui/app/elements/shared/gr-dialog/gr-dialog.ts
@@ -127,9 +127,6 @@ width: 18px; height: 18px; } - .loadingLabel { - color: var(--gray-700); - } `, ]; }