Resolve #3438046: "2nd level active state"
1 unresolved thread
Closes #3438046
Merge request reports
Activity
47 47 }); 48 48 }, 49 49 ); 50 // Create an observer instance 51 const menuObserver = new MutationObserver((mutations) => { There is code that already tries to implement this when the menu is initialized in https://git.drupalcode.org/project/navigation/-/blob/1.x/js/toolbar-menu.js?ref_type=heads#L102. Let's fix that code instead.
added 1 commit
- c448d1cb - 3438046-Added dark circle to active state when it's active as per the figma design.
Please register or sign in to reply