Skip to content

Commit

Permalink
fix(button): fix mouseover after disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
svatoslavovsannikov authored and svatoslavovsannikov committed Jul 6, 2017
1 parent 714fb47 commit 85366d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

&_disabled {
cursor: default;
pointer-events: none;
}

&_disabled &__icon {
Expand Down
1 change: 1 addition & 0 deletions src/button/fantasy/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

&_disabled {
cursor: default;
pointer-events: none;
}

&_disabled &__icon {
Expand Down

0 comments on commit 85366d4

Please sign in to comment.