### Problem Currently, when opening the teams dropdown list there's no indicator for which team has been selected within the dropdown list. This is a follow up issue from https://github.com/gitpod-io/gitpod/issues/4471. ### Proposal Use `bg-gray-50` for indicating the actively selected team and `bg-gray-100` for the hover state. | Active | Hover | |-|-| | <img width="401" alt="dropdown-active" src="https://user-images.githubusercontent.com/120486/128364247-ea6750d8-f068-4069-a383-3557f9ff2f72.png"> | <img width="401" alt="dropdown-hover" src="https://user-images.githubusercontent.com/120486/128364261-6eef8a64-8e2c-468a-84da-8f550906d7eb.png"> |