From e91b009e93cedcc5ba7dda56a5fa03d264a07d05 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 12 Mar 2016 00:13:05 +0800 Subject: [PATCH] update button style --- style/components/button.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style/components/button.less b/style/components/button.less index c61ed099a..db2626fda 100644 --- a/style/components/button.less +++ b/style/components/button.less @@ -101,14 +101,14 @@ &-clicked:before { content: ''; position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; + top: -1px; + left: -1px; + bottom: -1px; + right: -1px; border-radius: inherit; border: 0 solid @primary-color; opacity: 0.4; - animation: buttonEffect 0.36s ease forwards; + animation: buttonEffect 0.32s ease forwards; } }