Skip to content

Commit

Permalink
Fix @link-hover-decoration not working, close ant-design#7531
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 9, 2017
1 parent 35fc427 commit 37c8c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/core/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ h1, h2, h3, h4, h5, h6 {
a {
color: @link-color;
background: transparent;
text-decoration: none;
text-decoration: @link-hover-decoration;
outline: none;
cursor: pointer;
transition: color .3s ease;
Expand Down

0 comments on commit 37c8c4e

Please sign in to comment.