Skip to content
15 changes: 6 additions & 9 deletions src/components/side_nav/_side_nav_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

.euiSideNavItemButton__label {
color: $euiColorDarkShade;
color: $euiColorDarkestShade;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down Expand Up @@ -148,12 +148,9 @@
& > .euiSideNavItem__items {
margin-left: $euiSize;
}
}

.euiSideNavItem--hasChildItems {
& > .euiSideNavItemButton-isOpen {
.euiSideNavItemButton__label {
color: $euiColorFullShade;
}
}
}
.euiSideNavItemButton__label {
color: $euiColorDarkShade;

}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened here? 😆