mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
refactor: remove .ant-btn-menu
This commit is contained in:
parent
5b86a4be1d
commit
0183694f9c
@ -72,12 +72,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-menu {
|
||||
> .@{iconfont-css-prefix} {
|
||||
.iconfont-size-under-12px(10px);
|
||||
}
|
||||
}
|
||||
|
||||
&-group {
|
||||
.btn-group(@btn-prefix-cls);
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user