mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
Fix @link-hover-decoration not working, close #7531
This commit is contained in:
parent
35fc427630
commit
37c8c4ed30
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user