Browse Source

update selected style

pull/54/head
afc163 9 years ago
parent
commit
d9cd12cdb6
  1. 6
      style/components/select.less

6
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;
}
}

Loading…
Cancel
Save