From d9cd12cdb6836b07f1088bc1dccafd160f05626f Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 20 Jul 2015 15:31:28 +0800 Subject: [PATCH] update selected style --- style/components/select.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style/components/select.less b/style/components/select.less index 695a88cefd..1cee9637b2 100644 --- a/style/components/select.less +++ b/style/components/select.less @@ -231,12 +231,16 @@ &-selected { position: relative; &:after { + .iconfont-size-under-12px(9px); + display: inline-block; content: '\e613'; font-family: 'anticon'; font-weight: bold; position: absolute; top: 6px; - right: 16px; + right: 0; + background: tint(@primary-color, 90%); + padding-right: 16px; color: @primary-color; } }