| commit | 3412cab08a78889cde8a6671e4bfc2d1dc91fb9d | [log] [tgz] |
|---|---|---|
| author | Milutin Kristofic <milutin@google.com> | Thu Nov 24 19:46:01 2022 +0100 |
| committer | Milutin Kristofic <milutin@google.com> | Mon Nov 28 07:45:22 2022 +0000 |
| tree | 16129f97d76f8e5b7bdff29611189346ed062b2b | |
| parent | d18b5b7b926e53b862ca4daa37fe39cc9dbae620 [diff] |
Fix background color for copy link dialog button In edit mode there is different color for header, therefore copy link dialog button should use transparent background-color to be consistent with rest of header. Google-Bug-Id: b/260344194 Release-Notes: skip Change-Id: I054646cb938d4f0f7377a6f20313b3bbc56b88af (cherry picked from commit 469ed391275b59a615b26dca3f4860e66ef8d0bd)
diff --git a/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.ts b/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.ts index bc34871..28e89d9 100644 --- a/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.ts +++ b/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.ts
@@ -946,6 +946,7 @@ } .showCopyLinkDialogButton { --gr-button-padding: 0 0 0 var(--spacing-s); + --background-color: transparent; margin-left: var(--spacing-s); } #replyBtn {