afc163 7 years ago
parent
commit
31d0c3a49d
  1. 4
      components/style/core/base.less
  2. 1
      components/style/themes/default.less

4
components/style/core/base.less

@ -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] {

1
components/style/themes/default.less

@ -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…
Cancel
Save