feat(Buttons): Clarify icon use in default dropdown button
In gitlab-org/gitlab-ui#912 (closed) it was determined that for the default dropdown there should NOT be an icon to the left of the text label.
This is to prevent:
- The icon from conflicting with the
chevron-down
icon on the right. - The icon from not changing dynamically when the dropdown option has been changed. For example, the disabled variant below should have if it were dynamic.
Note: examples pulled from buttons that have not been migrated to the new button yet.
Don’t × | Do √ |
---|---|
Edited by Jeremy Elder