Skip to content

Commit

Permalink
Fix button isDefault isBusy hover
Browse files Browse the repository at this point in the history
  • Loading branch information
sbardian committed Apr 3, 2019
1 parent 4905299 commit fbbcde3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@
text-shadow: 0 1px 0 #fff;
transform: none;
}

&.is-busy,
&.is-busy:disabled,
&.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);
opacity: 1;
}
}

&.is-primary {
Expand Down

0 comments on commit fbbcde3

Please sign in to comment.