Add placeholder/not selected state for dropdown button
In the new dropdown we don't have a state which indicates the placeholder/not selected state like we had in the old dropdown.
New dropdown button |
Old dropdown button |
|
|
Proposed solution
Add gl-text-gray-500
when there is no selection to the dropdown button.
Before |
After |
|
|