提交 a4589b4d 编写于 作者: A afc163

update select style

上级 a9a9f884
......@@ -76,10 +76,10 @@ React.render(
<label className="col-6">ant-radio:</label>
<div className="col-18">
<RadioGroup>
<Radio value="a" checked={true}>A</Radio>
<Radio value="a" value={true}>A</Radio>
<Radio value="b" >B</Radio>
<Radio value="c" >C</Radio>
<Radio value="d" disabled={true}>D</Radio>
<Radio value="d">D</Radio>
</RadioGroup>
</div>
</div>
......
......@@ -301,8 +301,7 @@
.rotate(270deg);
}
.@{selectPrefixCls}-selection {
border-color: @primary-color;
box-shadow: 0 0 3px tint(@primary-color, 20%);
.active();
}
}
&-combobox {
......
......@@ -115,8 +115,8 @@
padding-right: 8px;
}
&-addon,
&-btn,
&-addon,
&-btn,
> .@{inputClass} {
display: table-cell;
......@@ -125,7 +125,7 @@
}
}
&-addon,
&-addon,
&-btn {
width: 1%;
white-space: nowrap;
......@@ -171,7 +171,7 @@
}
// Reset rounded corners
> .@{inputClass}:first-child,
> .@{inputClass}:first-child,
&-addon:first-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册