From 4b20e08c2095bb248ced55035f86ac77b1050f53 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 13 Nov 2015 23:09:04 +0800 Subject: [PATCH] fix chekbox style --- style/components/checkbox.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/components/checkbox.less b/style/components/checkbox.less index 37860169b9..9d2c3f83ac 100644 --- a/style/components/checkbox.less +++ b/style/components/checkbox.less @@ -80,6 +80,11 @@ height: 1px; } } + &:hover { + .@{checkbox-inner-prefix-cls} { + border-color: @primary-color; + } + } } // 选中状态 .@{checkbox-wrap-prefix-cls}-checked {