[feature request] when you switch radio, the circle icon on the left of the selected radio item shows the outer shadow
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Existing Component
是
### Component Name
Radio
### Description
之前使用 element-ui 不是这种效果,我个人以为这种外阴影给使用者的第一感觉就是图片模糊而不是shadow的效果,
避免:
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
-webkit-box-shadow: none;
box-shadow: none;
}
可以全局的修改默认的样式
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.