ant-design-vue
ant-design-vue copied to clipboard
Popconfirm breaks style of disabled button inside ButtonGroup
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.7.2
Environment
any
Reproduction link
Steps to reproduce
- Create ButtonGroup > PopConfirm > Button with icon
- Disable button
What is expected?
Disabled button size doesn't change
What is actually happening?
Disabled button shrinks
δΈ΄ζΆζΉζ‘
.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
width: 40px;
}
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
this is still reproducible
Is this issue resolved?