mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-23 03:56:23 +00:00
fix(search): set background-color for icon within preview panel (#815)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
parent
34334eabed
commit
52ef6d1b6f
2 changed files with 5 additions and 0 deletions
|
@ -159,6 +159,10 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: min($pageWidth, 100%);
|
width: min($pageWidth, 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& [data-icon] {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& > #results-container {
|
& > #results-container {
|
||||||
|
|
|
@ -35,6 +35,7 @@ export const GitHubFlavoredMarkdown: QuartzTransformerPlugin<Partial<Options> |
|
||||||
ariaHidden: true,
|
ariaHidden: true,
|
||||||
tabIndex: -1,
|
tabIndex: -1,
|
||||||
"data-no-popover": true,
|
"data-no-popover": true,
|
||||||
|
"data-icon": true,
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
type: "element",
|
type: "element",
|
||||||
|
|
Loading…
Reference in a new issue