Skip to content

Commit

Permalink
Revert "fix(DropdownSkeleton): remove div role (carbon-design-system#…
Browse files Browse the repository at this point in the history
…5619)"

This reverts commit 6152c45.
  • Loading branch information
renmaddox authored Mar 20, 2020
1 parent 01fef45 commit 16cfbfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const DropdownSkeleton = ({ inline, className, ...rest }) => {

return (
<div className={wrapperClasses} {...rest}>
<div className={`${prefix}--list-box__field`}>
<div role="button" className={`${prefix}--list-box__field`}>
<span className={`${prefix}--list-box__label`} />
</div>
</div>
Expand Down

0 comments on commit 16cfbfc

Please sign in to comment.