Skip to content

Commit 154f664

Browse files
committed
revert: revert "fix(ui): fix menu-indicator flash"
This reverts commit ed794b0.
1 parent b9a2316 commit 154f664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/styles/components/menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ $menu-item-height: 40px;
5858
&:not(.#{$rd-prefix}menu__item--horizontal) {
5959
@include e(indicator) {
6060
& > div::before {
61-
background-color: var(--#{$rd-prefix}color-primary);
6261
transform: scaleY(1);
6362
}
6463
}
@@ -169,6 +168,7 @@ $menu-item-height: 40px;
169168
width: 2px;
170169
height: calc(100% - 16px);
171170
content: '';
171+
background-color: var(--#{$rd-prefix}color-primary);
172172
transition: transform var(--#{$rd-prefix}animation-duration-base) linear;
173173
transform: scaleY(0);
174174
}

0 commit comments

Comments
 (0)