@link-color split from @primary-color

This commit is contained in:
afc163 2015-08-11 21:25:25 +08:00
parent f0c77e7004
commit 3ad54f42e0
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@
}
&-checked{
border: 1px solid @success-color;
background-color: @success-color;
border: 1px solid @primary-color;
background-color: @primary-color;
.@{switchPrefixCls}-inner {
left:6px;

View File

@ -23,7 +23,7 @@
@icon-url : "//at.alicdn.com/t/font_1437110976_60069";
// LINK
@link-color : @primary-color;
@link-color : #2db7f5;
@link-hover-color : tint(@link-color, 20%);
@link-active-color : shade(@link-color, 5%);
@link-hover-decoration : none;