Skip to content

Commit

Permalink
add css class for muted text in select dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
CalamityC committed Nov 28, 2024
1 parent 471df6e commit 520add8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rdmo/projects/assets/scss/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,3 +374,8 @@ a.disabled {
.dropzone.disabled {
opacity: 0.6;
}

/* Selected style for muted select options */
.react-select__menu .react-select__option--is-selected .text-muted {
color: white; /* White when selected */
}

0 comments on commit 520add8

Please sign in to comment.