mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: submenu icon style (#27625)
This commit is contained in:
parent
5dce62d814
commit
b9bf8c223e
@ -284,8 +284,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover &-expand-icon,
|
&:hover > &-title > &-expand-icon,
|
||||||
&:hover &-arrow {
|
&:hover > &-title > &-arrow {
|
||||||
color: @menu-highlight-color;
|
color: @menu-highlight-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -302,7 +302,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-open&-inline &-arrow {
|
&-open&-inline > &-title > &-arrow {
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
&::after {
|
&::after {
|
||||||
transform: rotate(-45deg) translateX(-2.5px);
|
transform: rotate(-45deg) translateX(-2.5px);
|
||||||
|
Loading…
Reference in New Issue
Block a user