refactor: remove .ant-btn-menu

This commit is contained in:
Benjy Cui 2015-10-09 14:38:26 +08:00
parent 5b86a4be1d
commit 0183694f9c
2 changed files with 7 additions and 7 deletions

View File

@ -72,12 +72,6 @@
}
}
&-menu {
> .@{iconfont-css-prefix} {
.iconfont-size-under-12px(10px);
}
}
&-group {
.btn-group(@btn-prefix-cls);
}

View File

@ -1,4 +1,5 @@
@dropdown-prefix-cls: ant-dropdown;
@import "../mixins/index";
@dropdown-prefix-cls: ~"@{css-prefix}dropdown";
.@{dropdown-prefix-cls} {
position: absolute;
@ -13,6 +14,11 @@
&-wrap {
position: relative;
.@{btn-prefix-cls} > .@{iconfont-css-prefix}-down {
.iconfont-size-under-12px(10px);
}
.anticon-down:before {
transition: transform 0.2s ease;
}