Skip to content

Commit b8364d6

Browse files
committed
Radio: fix focus style
1 parent 8de71d0 commit b8364d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-chalk/src/radio-button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
}
108108
}
109109

110-
&:focus:not(.is-focus):not(:active){ /*获得焦点时 样式提醒*/
110+
&:focus:not(.is-focus):not(:active):not(.is-disabled){ /*获得焦点时 样式提醒*/
111111
box-shadow: 0 0 2px 2px $--radio-button-checked-border-color;
112112
}
113113
}

0 commit comments

Comments
 (0)