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 2, 2017
1 parent 3e0e8ad commit c6d02e1
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 @@ -24,6 +24,7 @@
white-space: nowrap;

transition: all 200ms ease;
transform: translateZ(0);

cursor: pointer;

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 @@ -18,6 +18,7 @@
transition-duration: 200ms;
transition-property: background, border-color, color, width;
transition-timing-function: ease;
transform: translateZ(0);
border-radius: var(--border-radius-control);

&, *, *:before, *:after {
Expand Down

0 comments on commit c6d02e1

Please sign in to comment.