You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Button component in ui-components should be highlighted if aria-expanded="true". This will enable the migration of native button to ui-components Button.
However, this change will impact the display of Dropdown so we need to revisit the UI of this component as well.
huyenltnguyen
changed the title
[UI Components] Button should be highlighted if aria-expanded="true"
Button should be highlighted if aria-expanded="true"Apr 5, 2024
Describe the bug
The Button component in
ui-components
should be highlighted ifaria-expanded="true"
. This will enable the migration of nativebutton
to ui-componentsButton
.However, this change will impact the display of
Dropdown
so we need to revisit the UI of this component as well.aria-expanded="false"
aria-expanded="true"
Additional context
Related to freeCodeCamp/freeCodeCamp#52641.
The text was updated successfully, but these errors were encountered: