This PR updates the menu-bar element in our HTML codebase. Previously, the styling for the menu-bar was applied using the class attribute with the value "float". In this update, we are switching to using a custom design attribute for styling.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[x] User interface (UI)
[x] Breaking change (a fix or feature that would cause existing functionality to not work as expected)
Description
This PR updates the
menu-bar
element in our HTML codebase. Previously, the styling for themenu-bar
was applied using theclass
attribute with the value"float"
. In this update, we are switching to using a customdesign
attribute for styling.Type of change