mirror of https://github.com/ElemeFE/element
Radio: remove box-shadow when disabled (#11462)
parent
51f3035346
commit
08193fdbdb
|
@ -185,7 +185,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus:not(.is-focus):not(:active){ /*获得焦点时 样式提醒*/
|
&:focus:not(.is-focus):not(:active):not(.is-disabled) { /*获得焦点时 样式提醒*/
|
||||||
.el-radio__inner {
|
.el-radio__inner {
|
||||||
box-shadow: 0 0 2px 2px $--radio-input-border-color-hover;
|
box-shadow: 0 0 2px 2px $--radio-input-border-color-hover;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue