Commit cbcfafc9ff43e1ed718df8adddce197410766c9c
Committed by
GitHub
Merge pull request #992 from Baoyx007/patch-1
Update button.less
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/styles/mixins/button.less
@@ -133,7 +133,7 @@ | @@ -133,7 +133,7 @@ | ||
133 | line-height: @line-height-base; | 133 | line-height: @line-height-base; |
134 | user-select: none; | 134 | user-select: none; |
135 | .button-size(@btn-padding-base; @btn-font-size; @btn-border-radius); | 135 | .button-size(@btn-padding-base; @btn-font-size; @btn-border-radius); |
136 | - transform: translate3d(0, 0, 0); | 136 | + //transform: translate3d(0, 0, 0); |
137 | //transition: all @transition-time linear; | 137 | //transition: all @transition-time linear; |
138 | transition: color @transition-time linear, background-color @transition-time linear, border @transition-time linear; | 138 | transition: color @transition-time linear, background-color @transition-time linear, border @transition-time linear; |
139 | 139 |