Skip to content

Commit

Permalink
fix: #7330, AutoComplete: Selected item is not getting highlighted wh…
Browse files Browse the repository at this point in the history
…en visited again unlike Dropdown component
  • Loading branch information
ANTONA09 committed Oct 14, 2024
1 parent bcb63bd commit 391236b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/lib/autocomplete/AutoCompleteBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ const styles = `
padding: 0;
list-style-type: none;
}
.p-highlight {
background-color: rgba(6, 182, 212, 0.24) !important;
}
.p-autocomplete-item {
cursor: pointer;
Expand Down

0 comments on commit 391236b

Please sign in to comment.