element-plus [Feature Request] request support custom border color for button button-group and button-radio with css vars

nvbavucw  于 2022-10-21  发布在  其他
关注(0)|答案(3)|浏览(193)

Existing Component

Yes

Component Name

radio-button

Description

Currently, .el-radio-button__inner set fixed color for border, what about add a css var to custom border-color?

If you think it a good idea,I am glad to contribute it.

vtwuwzda

vtwuwzda2#

Of course. Let's do it.

I make a few brief remarks.
We can use --el as prefix, and default color css var is --el-color-primary .

color: var(--el-xxx-xxx, var(--el-color-primary));

If you have done with it, you can tell and @ me here, thanks.

pod7payv

pod7payv3#

Of course. Let's do it.

I make a few brief remarks. We can use --el as prefix, and default color css var is --el-color-primary .

color: var(--el-xxx-xxx, var(--el-color-primary));

If you're done with it, you can tell and @ me here, thanks.

Thanks for your replying. I will do it during 48 hours.

相关问题