element-plus / element-plus

🎉 A Vue.js 3 UI Library made by Element team
https://element-plus.org
MIT License
23.64k stars 14.87k forks source link

[Style] [select, select-v2] The background colors of el-tag and disabled el-select are are too similar #16279

Open hellomrbigshot opened 3 months ago

hellomrbigshot commented 3 months ago

Bug Type: Style

Environment

Reproduction

Related Component

Reproduction Link

Element Plus Playground

Steps to reproduce

It shows in the demo. So I think it need to show border of tags in disabled select and select-v2

What is Expected?

Show border of tags in disabled select and select-v2

What is actually happening?

Border color is transparent in disabled select and select-v2

Additional comments

(empty)

hellomrbigshot commented 3 months ago

Here is the PR https://github.com/element-plus/element-plus/pull/16277