From 4d5a6a84c87ebfd21781d6a7f406b3a602721bd8 Mon Sep 17 00:00:00 2001 From: Nikolay Galanov Date: Tue, 21 Nov 2017 14:13:24 +0200 Subject: [PATCH] Apply `--paper-button-disabled` mixin to a raised, disabled button --- spine-button.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spine-button.html b/spine-button.html index c5aec3e..88d0467 100644 --- a/spine-button.html +++ b/spine-button.html @@ -42,6 +42,10 @@ @apply --spine-button-raised-hover; } + :host([raised][disabled]) { + @apply --paper-button-disabled; + } + span { @apply --spine-button-content; }