vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.08k stars 3.78k forks source link

Customize Theme - add border radius variable for pagination-item #6038

Closed MaximeStl closed 1 year ago

MaximeStl commented 1 year ago

What problem does this feature solve?

Currently the @border-radius-base does not affect the a-pagination-item. Is it possible to add this option for the a-pagination-item?

What does the proposed API look like?

Before :

@pagination-item-bg: @component-background; @pagination-item-size: @height-base; @pagination-item-size-sm: 24px; @pagination-font-family: @font-family; @pagination-font-weight-active: 500; @pagination-item-bg-active: @component-background; @pagination-item-link-bg: @component-background; @pagination-item-disabled-color-active: @disabled-color; @pagination-item-disabled-bg-active: @disabled-active-bg; @pagination-item-input-bg: @component-background; @pagination-mini-options-size-changer-top: 0px;

After :

... @pagination-item-border-radius: @border-radius-base;

github-actions[bot] commented 1 year ago

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[bot] commented 8 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.