Skip to content

Commit

Permalink
fix(Navbar): proper sublist indentation when expanded (#3189)
Browse files Browse the repository at this point in the history
* fix: sublist when expanded

* chore: empty
  • Loading branch information
kark authored Aug 30, 2023
1 parent 0a100cb commit 7bfc2ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-terms-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-frontend/application-shell': patch
---

Display sublist as block when expanded
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,10 @@
background-color: var(--background-color-for-navbar-when-active);
}

.sublist-expanded__active {
display: block;
}

.item-link:hover .sublist-collapsed-new__active,
.item-link:hover .sublist-expanded-new__active {
display: block;
Expand Down

1 comment on commit 7bfc2ad

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-46tnwumiv-commercetools.vercel.app

Built with commit 7bfc2ad.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.