Navigation: Remove the 'active' indicator from the Home icon when collapsed (#48192)
This commit is contained in:
@@ -96,7 +96,6 @@ export const NavBarNext = React.memo(() => {
|
||||
<ul className={styles.itemList}>
|
||||
<NavBarItemWithoutMenu
|
||||
elClassName={styles.grafanaLogoInner}
|
||||
isActive={isMatchOrChildMatch(homeItem, activeItem)}
|
||||
label="Home"
|
||||
className={styles.grafanaLogo}
|
||||
url={homeItem.url}
|
||||
|
||||
Reference in New Issue
Block a user