Fix hover style conflict in autocomplete dropdown (#20638)

Co-authored-by: Mac Siri <mac@forem.com>
This commit is contained in:
Abhilash Gayen 2024-03-06 22:40:28 +05:30 committed by GitHub
parent edee35b71c
commit be53be46f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@
&:hover,
&[aria-selected='true'] {
background: hsl(211, 10%, 95%);
background: var(--link-bg-hover);
& .crayons-autocomplete__name {
color: var(--link-color-hover);