From 726197c45e17ce07ed03fbe52b9fe75247ae7762 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 15 Jul 2015 16:34:08 +0800 Subject: [PATCH] improve pagination item transition effect --- style/components/pagination.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/components/pagination.less b/style/components/pagination.less index e5ae9f1bfb..b125257d46 100644 --- a/style/components/pagination.less +++ b/style/components/pagination.less @@ -26,7 +26,6 @@ border: 1px solid #d9d9d9; background-color: #fff; margin-right: 8px; - transition: all 0.3s ease; a { text-decoration: none; @@ -34,6 +33,7 @@ } &:hover { + transition: all 0.3s ease; border-color: @primary-color; a { color: @primary-color; @@ -99,6 +99,7 @@ line-height: 28px; float: left; text-align: center; + transition: all 0.3s ease; } &-prev, &-next {