Commit b1be1f4c authored by Jikkai Xiao's avatar Jikkai Xiao Committed by hetech

Radio: fix focus style (#12262)

parent 250e3f67
......@@ -107,7 +107,7 @@
}
}
&:focus:not(.is-focus):not(:active){ /*获得焦点时 样式提醒*/
&:focus:not(.is-focus):not(:active):not(.is-disabled){ /*获得焦点时 样式提醒*/
box-shadow: 0 0 2px 2px $--radio-button-checked-border-color;
}
}
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