fix: search bar hover and arrow select highlights (#37303)
This commit is contained in:
committed by
mrugesh
parent
d66a4655d1
commit
2d478f977e
@ -72,7 +72,6 @@
|
||||
|
||||
.fcc_suggestion_item:hover {
|
||||
cursor: pointer;
|
||||
background-color: var(--blue-dark);
|
||||
}
|
||||
|
||||
.fcc_sr_only {
|
||||
@ -95,6 +94,14 @@
|
||||
background-color: var(--blue-dark);
|
||||
}
|
||||
|
||||
/* Override for rule in global.css to prevent
|
||||
multiple highlighted hits with the mouse
|
||||
and arrow keys */
|
||||
.fcc_suggestion_item:focus,
|
||||
.fcc_suggestion_item:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Dropdown footer */
|
||||
.fcc_suggestion_footer {
|
||||
border-top: 1.5px solid var(--gray-00);
|
||||
|
Reference in New Issue
Block a user