Merge branch 'master' of github.com:ant-design/ant-design

This commit is contained in:
然则 2015-06-19 18:01:10 +08:00
commit 2a7a4fb7f3
2 changed files with 17 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# 小一号
# 迷你型
- order: 0

View File

@ -45,10 +45,6 @@
}
}
&-combobox &-arrow {
display: none;
}
&-selection {
outline: none;
user-select: none;
@ -276,4 +272,20 @@
}
}
}
&-combobox {
.@{selectPrefixCls}-arrow {
display: none;
}
.@{selectPrefixCls}-search--inline {
float: none;
}
.@{selectPrefixCls}-search__field {
padding: 0 10px;
width: 100%;
}
.@{selectPrefixCls}-selection__rendered {
padding: 0;
}
}
}