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