Skip to content

Commit 33be122

Browse files
guanputao1991123
authored andcommitted
fix(Radio): button shape hover border covers checked border
1 parent 87d6085 commit 33be122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/radio/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
}
166166

167167
&.checked {
168-
z-index: 10;
168+
z-index: 11;
169169
border-color: $radio-button-border-color-checked;
170170
background-color: $radio-button-bg-color-checked;
171171

0 commit comments

Comments
 (0)