We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e3a06 commit ed794b0Copy full SHA for ed794b0
1 file changed
packages/ui/src/styles/components/menu.scss
@@ -58,6 +58,7 @@ $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
@@ -168,7 +169,6 @@ $menu-item-height: 40px;
168
169
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