From 5bf05526914402eb5645898a7dc9cff88b8cb659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=96=B5=E5=91=9C?= Date: Thu, 16 Mar 2017 23:37:10 +0800 Subject: [PATCH] =?UTF-8?q?Radio=E7=BB=84=E4=BB=B6=E7=9A=84=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=20(#5336)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit box-shadow --- components/radio/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/radio/style/index.less b/components/radio/style/index.less index 1bb1fe65aa1a..4b3722d51f16 100644 --- a/components/radio/style/index.less +++ b/components/radio/style/index.less @@ -193,13 +193,13 @@ span.@{radio-prefix-cls} + * { &:hover { border-color: @primary-5; - box-shadow: -1px 0 0 0@primary-5; + box-shadow: -1px 0 0 0 @primary-5; color: @primary-5; } &:active { border-color: @primary-7; - box-shadow: -1px 0 0 0@primary-7; + box-shadow: -1px 0 0 0 @primary-7; color: @primary-7; } }