fix: background-color in search results (#1531)

* fix: background-color in search results

* Delete some changes
This commit is contained in:
Anton Kozachuk 2021-02-15 14:14:54 +02:00 committed by GitHub
parent 755a9095f5
commit d288165a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,10 @@ export const SearchResultsBox = styled.div`
line-height: 1.4;
font-size: 0.9em;
li {
background-color: inherit;
}
${MenuItemLabel} {
padding-top: 6px;
padding-bottom: 6px;