Skip to content

Commit

Permalink
fix react select
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Jul 9, 2024
1 parent f739603 commit 2a357ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions daikoku/javascript/src/style/components/reactSelect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
}

.reactSelect__option--is-focused{
background-color: $form-select-hover-color !important;
color:$form-select-hover-text-color !important;
background-color: $form-select-focused-color !important;
color:$form-select-focused-text-color !important;
}

.react-form-select__option--is-selected,
.reactSelect__option--is-selected{
background-color: $form-select-focused-color !important;
color:$form-select-focused-text-color !important;
Expand Down

0 comments on commit 2a357ef

Please sign in to comment.