Skip to content

Commit

Permalink
Merge pull request #180 from vukisoft/patch-1
Browse files Browse the repository at this point in the history
Make disabled flat button consistent with enabled.
  • Loading branch information
Elliott Marquez authored Jul 26, 2018
2 parents a307be0 + 79900f1 commit 94e244f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion paper-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,17 @@
}

:host([disabled]) {
background: #eaeaea;
color: #a8a8a8;
cursor: auto;
pointer-events: none;

@apply --paper-button-disabled;
}

:host([disabled][raised]) {
background: #eaeaea;
}

:host([animated]) {
@apply --shadow-transition;
}
Expand Down

0 comments on commit 94e244f

Please sign in to comment.