Skip to content

Commit

Permalink
fix(Radio): button shape hover border covers checked border
Browse files Browse the repository at this point in the history
  • Loading branch information
guanpu authored and tao1991123 committed Jan 9, 2019
1 parent 87d6085 commit 33be122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radio/main.scss
Expand Up @@ -165,7 +165,7 @@
}

&.checked {
z-index: 10;
z-index: 11;
border-color: $radio-button-border-color-checked;
background-color: $radio-button-bg-color-checked;

Expand Down

0 comments on commit 33be122

Please sign in to comment.