Fix hover style conflict in autocomplete dropdown (#20638)
Co-authored-by: Mac Siri <mac@forem.com>
This commit is contained in:
parent
edee35b71c
commit
be53be46f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue