NO BUG: Nav Nestable Dropdown Content Class uses incorrect Bricks Prefix

Shouldn’t “brx-dropdown-content” be “brxe-dropdown-content”? (the “e” is missing from brxe)

Was also wondering about the "menu-item "class as well without any prefix…

Also notice: “brx-nav-nested-items”

Not sure if this also needs to be changed in the regular nav elment as well.

Hi Tom,

Thank you for your report.

This isn’t an issue as this isn’t exclusive to the nav nestable element (some are prefixed with brxe- and others with brx-).

As for the .menu-item class, I agree it might be better to include a prefix to avoid any conflicts. Though I think this is an improvement and not a bug.

Best regards,
Charaf

Thanks for the reply.

Your right probably more of an improvement but these type of issues are better to catch early on since they are breaking changes for those that target the actual classes (which is why I thought of them as more as a bug).