mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security_Solution][Resolver][Bug]: Restore breadcrumb background (#72538)
This commit is contained in:
parent
3760dc4f45
commit
990d4c5eec
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export interface CrumbInfo {
|
|||
}
|
||||
|
||||
const ThemedBreadcrumbs = styled(EuiBreadcrumbs)<{ background: string; text: string }>`
|
||||
&.euiBreadcrumbs.euiBreadcrumbs--responsive {
|
||||
&.euiBreadcrumbs {
|
||||
background-color: ${(props) => props.background};
|
||||
color: ${(props) => props.text};
|
||||
padding: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue