We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a2316 commit 154f664Copy full SHA for 154f664
1 file changed
packages/ui/src/styles/components/menu.scss
@@ -58,7 +58,6 @@ $menu-item-height: 40px;
58
&:not(.#{$rd-prefix}menu__item--horizontal) {
59
@include e(indicator) {
60
& > div::before {
61
- background-color: var(--#{$rd-prefix}color-primary);
62
transform: scaleY(1);
63
}
64
@@ -169,6 +168,7 @@ $menu-item-height: 40px;
169
168
width: 2px;
170
height: calc(100% - 16px);
171
content: '';
+ background-color: var(--#{$rd-prefix}color-primary);
172
transition: transform var(--#{$rd-prefix}animation-duration-base) linear;
173
transform: scaleY(0);
174
0 commit comments