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

Popconfirm breaks style of disabled button inside ButtonGroup #3192

Open
1 task done
disovi opened this issue Nov 16, 2020 · 4 comments
Open
1 task done

Popconfirm breaks style of disabled button inside ButtonGroup #3192

disovi opened this issue Nov 16, 2020 · 4 comments
Labels

Comments

@disovi
Copy link

disovi commented Nov 16, 2020

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

Version

1.7.2

Environment

any

Reproduction link

Edit on CodeSandbox

Steps to reproduce

  1. Create ButtonGroup > PopConfirm > Button with icon
  2. Disable button

What is expected?

Disabled button size doesn't change

What is actually happening?

Disabled button shrinks

@tangjinzhou
Copy link
Member

临时方案

.ant-btn-group-lg  .ant-btn.ant-btn-icon-only {
   width: 40px;
}

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label Jan 21, 2021
@disovi
Copy link
Author

disovi commented Jan 21, 2021

this is still reproducible

@github-actions github-actions bot removed the Stale label Jan 22, 2021
@sunnyguohua
Copy link

Is this issue resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants