fix: submenu icon style (#27625)

This commit is contained in:
偏右 2020-11-08 15:29:37 +08:00 committed by GitHub
parent 5dce62d814
commit b9bf8c223e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);