From 9ba892b02dfd6255473910942947916e29bd2f3f Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 10 Nov 2018 22:21:27 +0800 Subject: [PATCH] :lipstick: tweak button style --- components/button/style/mixin.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/button/style/mixin.less b/components/button/style/mixin.less index c9e3ac9e7c..3a44b9d26a 100644 --- a/components/button/style/mixin.less +++ b/components/button/style/mixin.less @@ -25,7 +25,7 @@ .button-variant-primary(@color; @background) { .button-color(@color; @background; @background); text-shadow: 0 -1px 0 rgba(0, 0, 0, .12); - box-shadow: 0 2px 0 rgba(0, 0, 0, .035); + box-shadow: 0 2px 0 rgba(0, 0, 0, .045); &:hover, &:focus { @@ -182,7 +182,6 @@ &:not([disabled]):active { outline: 0; - transition: none; box-shadow: none; }