update Button disabled color

This commit is contained in:
梁灏 2018-06-26 17:07:15 +08:00
parent dff75f8bcf
commit 877c7fd870
2 changed files with 29 additions and 1 deletions

View file

@ -177,4 +177,14 @@
background: fade(tint(@error-color, 95%), 50%);
}
}
&-ghost&-default[disabled], &-ghost&-dashed[disabled], &-ghost&-primary[disabled], &-ghost&-info[disabled], &-ghost&-success[disabled], &-ghost&-warning[disabled], &-ghost&-error[disabled]{
background: transparent;
color: fade(#000, 25%);
border-color: @btn-disable-border;
}
&-ghost&-text[disabled]{
background: transparent;
color: fade(#000, 25%);
}
}