Merge "Fix styles for gr-button[disabled][link] under polymer2"

This commit is contained in:
David Ostrovsky
2019-09-14 08:37:00 +00:00
committed by Gerrit Code Review

View File

@@ -122,6 +122,8 @@ limitations under the License.
} }
:host([disabled][link]) { :host([disabled][link]) {
--background-color: transparent; --background-color: transparent;
--text-color: var(--deemphasized-text-color);
cursor: default;
} }
/* Styles for the optional down arrow */ /* Styles for the optional down arrow */