Commit afa803bc13d697ba76a6d05f0cdb9859cdc28a67
1 parent
e0ce3830
update Checkbox style
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/styles/mixins/checkbox.less
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | border: 1px solid @border-color-base; | 31 | border: 1px solid @border-color-base; |
32 | border-radius: 2px; | 32 | border-radius: 2px; |
33 | background-color: #fff; | 33 | background-color: #fff; |
34 | - transition: border-color @transition-time @ease-in-out, background-color @transition-time @ease-in-out; | 34 | + transition: border-color @transition-time @ease-in-out, background-color @transition-time @ease-in-out, box-shadow @transition-time @ease-in-out; |
35 | 35 | ||
36 | &:after { | 36 | &:after { |
37 | content: ''; | 37 | content: ''; |