Skip to content

Commit

Permalink
Fix hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilliamsBJSS committed Feb 11, 2022
1 parent 44d439a commit 6a9c25e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/sass/components/_autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
border-color: #1d70b8;
color: #fff;
outline: 0;

& .autocomplete__option-name {
color: #fff;
}
}
.autocomplete__multiple-input {
display: flex;
Expand Down

0 comments on commit 6a9c25e

Please sign in to comment.