Radio: fix focus style (#12262)

pull/12223/merge
Jikkai Xiao 2018-08-07 16:26:43 +08:00 committed by hetech
parent 250e3f67ee
commit b1be1f4c04
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}