ElemeFE / ElemeFE/element

[feature request] when you switch radio, the circle icon on the left of the selected radio item shows the outer shadow

Open
#19,705 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.