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
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user