diff --git a/paper-button.html b/paper-button.html
index bce53c7..2be2955 100644
--- a/paper-button.html
+++ b/paper-button.html
@@ -146,7 +146,6 @@
}
:host([disabled]) {
- background: #eaeaea;
color: #a8a8a8;
cursor: auto;
pointer-events: none;
@@ -154,6 +153,10 @@
@apply --paper-button-disabled;
}
+ :host([disabled][raised]) {
+ background: #eaeaea;
+ }
+
:host([animated]) {
@apply --shadow-transition;
}