🐞 fix(button): fix loading style (#1124)

This commit is contained in:
GaoNeng 2023-12-14 17:13:16 +08:00 committed by GitHub
parent ff6aafec8f
commit 57493c3989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -154,6 +154,12 @@
&.is-only-icon.is-disabled {
border-color: var(--ti-button-only-icon-disabled-border-color);
}
&.is-loading.is-disabled {
color: @color;
fill: @color;
border-color: @normal-border-color;
background-color: @normal-bg-color;
}
}
.button-text(@color, @hover-bg-color, @active-color, @disabled-color, @hover-weight) {