diff --git a/polygerrit-ui/app/elements/shared/gr-button/gr-button.html b/polygerrit-ui/app/elements/shared/gr-button/gr-button.html index 9821cb345e..c0b17afe18 100644 --- a/polygerrit-ui/app/elements/shared/gr-button/gr-button.html +++ b/polygerrit-ui/app/elements/shared/gr-button/gr-button.html @@ -60,6 +60,10 @@ limitations under the License. background-color: var(--color-link); color: #fff; } + :host([primary][disabled]) paper-button[raised], + :host([disabled]) paper-button { + opacity: .5; + } :host([link]) paper-button:hover, :host([link]) paper-button:focus, paper-button[raised]:hover, @@ -112,7 +116,7 @@ limitations under the License. color: #aaa; } - +