Skip to content

Commit

Permalink
Radio组件的一个样式问题 (ant-design#5336)
Browse files Browse the repository at this point in the history
box-shadow
  • Loading branch information
hyb628 authored and afc163 committed Mar 16, 2017
1 parent cbbb2e0 commit 5bf0552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/radio/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ span.@{radio-prefix-cls} + * {

&:hover {
border-color: @primary-5;
box-shadow: -1px 0 0 0@primary-5;
box-shadow: -1px 0 0 0 @primary-5;
color: @primary-5;
}

&:active {
border-color: @primary-7;
box-shadow: -1px 0 0 0@primary-7;
box-shadow: -1px 0 0 0 @primary-7;
color: @primary-7;
}
}
Expand Down

0 comments on commit 5bf0552

Please sign in to comment.