Skip to content

Commit

Permalink
fix(vadc-1516): Updated text color for the dropdown in the Team's modal
Browse files Browse the repository at this point in the history
  • Loading branch information
vzpgb committed Oct 30, 2024
1 parent 6a082b2 commit 8e2fb83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@

.team-project-modal .teams-dropdown select:hover {
border-color: #40a9ff;
}

.team-project-modal .teams-dropdown select.no-selection {
color: #bfbfbf;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const TeamsDropdown = ({
aria-labelledby='team-select-label'
value={selectedValue}
onChange={handleChange}
className={selectedTeamProject === null ? 'no-selection' : ''}
>
{selectedTeamProject === null && (
<option value='placeholder' disabled>
Expand Down

0 comments on commit 8e2fb83

Please sign in to comment.