mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
fix: background-color in search results (#1531)
* fix: background-color in search results * Delete some changes
This commit is contained in:
parent
755a9095f5
commit
d288165a4e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user