From de997724fab683819c9da9e29ee1ff5f478d5235 Mon Sep 17 00:00:00 2001 From: Haven Date: Wed, 24 May 2017 00:02:58 +0800 Subject: [PATCH] Update button.less --- src/styles/mixins/button.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/mixins/button.less b/src/styles/mixins/button.less index c6dd9f5..b99e852 100644 --- a/src/styles/mixins/button.less +++ b/src/styles/mixins/button.less @@ -133,7 +133,7 @@ line-height: @line-height-base; user-select: none; .button-size(@btn-padding-base; @btn-font-size; @btn-border-radius); - transform: translate3d(0, 0, 0); + //transform: translate3d(0, 0, 0); //transition: all @transition-time linear; transition: color @transition-time linear, background-color @transition-time linear, border @transition-time linear; -- libgit2 0.21.4