From 56cc2716c1313b51e55d82e8e26036a36bacd162 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 28 Oct 2015 17:30:54 +0800 Subject: [PATCH] remove datepicker focus style --- style/components/datepicker/Picker.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/style/components/datepicker/Picker.less b/style/components/datepicker/Picker.less index b697c38f81..d2a6f244c6 100644 --- a/style/components/datepicker/Picker.less +++ b/style/components/datepicker/Picker.less @@ -43,7 +43,4 @@ &-container-open .@{calendar-prefix-cls} { display: block; } - &-open &-input { - .active(); - } }