diff --git a/polygerrit-ui/app/elements/gr-change-actions.html b/polygerrit-ui/app/elements/gr-change-actions.html index 2e4409820a..7cdab50d97 100644 --- a/polygerrit-ui/app/elements/gr-change-actions.html +++ b/polygerrit-ui/app/elements/gr-change-actions.html @@ -43,6 +43,10 @@ limitations under the License. button[loading]:before { content: attr(data-loading-label); } + button[disabled] { + background-color: #555961; + opacity: .5; + }