-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(button): fix mouseover after disabled button
- Loading branch information
svatoslavovsannikov
authored and
svatoslavovsannikov
committed
Jul 2, 2017
1 parent
3e0e8ad
commit c6d02e1
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
white-space: nowrap; | ||
|
||
transition: all 200ms ease; | ||
transform: translateZ(0); | ||
|
||
cursor: pointer; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters