Commit 08193fdb authored by 杨奕's avatar 杨奕 Committed by GitHub

Radio: remove box-shadow when disabled (#11462)

parent 51f30353
......@@ -185,7 +185,7 @@
margin: 0;
}
&:focus:not(.is-focus):not(:active){ /*获得焦点时 样式提醒*/
&:focus:not(.is-focus):not(:active):not(.is-disabled) { /*获得焦点时 样式提醒*/
.el-radio__inner {
box-shadow: 0 0 2px 2px $--radio-input-border-color-hover;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment