Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(list-box): ensure size variants are in effect
This change ensures the style rule in `.bx--list-box--xl` for dropdown size wins over one in `.bx--dropdown` or any ones in applicatoin styles (for default size), by expressing that they are for non-default styles and should win order the one for the default size. Fixes carbon-design-system#4916.
- Loading branch information