Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[comp:button] abnormal style #955

Closed
1 task done
danranVm opened this issue Jun 14, 2022 · 1 comment · Fixed by #957
Closed
1 task done

[comp:button] abnormal style #955

danranVm opened this issue Jun 14, 2022 · 1 comment · Fixed by #957
Assignees
Labels
bug Something isn't working Comp:Button

Comments

@danranVm
Copy link
Member

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

764529c#diff-0e26fabb0af9bff4c170ca657e13172fb34172bfb522782e737e895b7839237cR127

Steps to reproduce

<IxButton danger icon="delete">Default</IxButton>

What is expected?

图标为红色

What is actually happening?

图标为灰色

Environment Info

beta.15

.ix-button-default:not(.ix-button-disabled):not(:hover):not(:focus):not(:active) .ix-icon {
    color: #5e6573;
}

这一行样式改动导致的。
@idux-bot
Copy link

idux-bot bot commented Jun 14, 2022

Translation of this issue:

[Comp: Button] Abnormal Style

REPRODUCTION LINK

STEPS To Reproduce

<IxButton danger icon="delete">Default</IxButton>

What is exfected?

The icon is red

What is actually happy?

The icon is gray

ENVIRONMENT Info

beta.15

.ix-button-default:not(.ix-button-disabled):not(:hover):not(:focus):not(:active) .ix-icon {
    color: #5e6573;
}

这一行样式改动导致的。

@danranVm danranVm added the bug Something isn't working label Jun 14, 2022
liuzaijiang added a commit to liuzaijiang/components that referenced this issue Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Comp:Button
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants