mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
fix: Dropdown arrow style (#28181)
This commit is contained in:
parent
c20b7ba31e
commit
912d5a6ee7
@ -235,11 +235,11 @@
|
|||||||
background-color: @border-color-split;
|
background-color: @border-color-split;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{dropdown-prefix-cls}-menu-submenu-arrow {
|
.@{dropdown-prefix-cls}-menu-submenu-expand-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: @padding-xs;
|
right: @padding-xs;
|
||||||
|
|
||||||
&-icon {
|
.@{dropdown-prefix-cls}-menu-submenu-arrow-icon {
|
||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
color: @text-color-secondary;
|
color: @text-color-secondary;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user