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

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