Skip to content

Commit

Permalink
Fix button isDefault isBusy hover (#14469)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbardian authored and aduth committed Apr 16, 2019
1 parent d0771e0 commit ec016d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@
@include button-style__focus-active;
}

&.is-busy {
&.is-busy,
&.is-default.is-busy,
&.is-default.is-busy:disabled,
&.is-default.is-busy[aria-disabled="true"] {
animation: components-button__busy-animation 2500ms infinite linear;
background-size: 100px 100%;
background-image: repeating-linear-gradient(-45deg, $light-gray-500, $white 11px, $white 10px, $light-gray-500 20px);
Expand Down

0 comments on commit ec016d4

Please sign in to comment.