Skip to content

Commit

Permalink
revert: revert "fix(ui): fix menu-indicator flash"
Browse files Browse the repository at this point in the history
This reverts commit ed794b0.
  • Loading branch information
xiejay97 committed Feb 24, 2023
1 parent b9a2316 commit 154f664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/styles/components/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ $menu-item-height: 40px;
&:not(.#{$rd-prefix}menu__item--horizontal) {
@include e(indicator) {
& > div::before {
background-color: var(--#{$rd-prefix}color-primary);
transform: scaleY(1);
}
}
Expand Down Expand Up @@ -169,6 +168,7 @@ $menu-item-height: 40px;
width: 2px;
height: calc(100% - 16px);
content: '';
background-color: var(--#{$rd-prefix}color-primary);
transition: transform var(--#{$rd-prefix}animation-duration-base) linear;
transform: scaleY(0);
}
Expand Down

0 comments on commit 154f664

Please sign in to comment.