mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
parent
cf6dfac206
commit
31d0c3a49d
@ -69,7 +69,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
a {
|
||||
color: @link-color;
|
||||
background: transparent;
|
||||
text-decoration: @link-hover-decoration;
|
||||
text-decoration: @link-decoration;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
transition: color .3s ease;
|
||||
@ -90,7 +90,7 @@ a {
|
||||
&:active,
|
||||
&:hover {
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
text-decoration: @link-hover-decoration;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
|
@ -61,6 +61,7 @@
|
||||
@link-color : @primary-color;
|
||||
@link-hover-color : @primary-5;
|
||||
@link-active-color : @primary-7;
|
||||
@link-decoration : none;
|
||||
@link-hover-decoration : none;
|
||||
|
||||
// Animation
|
||||
|
Loading…
Reference in New Issue
Block a user