Skip to content

Commit

Permalink
fix(Button): active-none button can not show text, close #199
Browse files Browse the repository at this point in the history
  • Loading branch information
Javey committed Jan 21, 2019
1 parent c4b48fc commit 01e21b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/button/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ sizes = large small mini
&, &:hover
border none
background-color transparent
&.k-active
color $primary-color

// size
for size in sizes
Expand Down

0 comments on commit 01e21b2

Please sign in to comment.