mirror of https://github.com/ElemeFE/element
Radio: fix focus style (#12262)
parent
250e3f67ee
commit
b1be1f4c04
|
@ -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;
|
box-shadow: 0 0 2px 2px $--radio-button-checked-border-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue