Skip to content

Commit

Permalink
[Security_Solution][Resolver][Bug]: Restore breadcrumb background (#7…
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimmel authored Jul 21, 2020
1 parent 9cf319d commit f896924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f896924

Please sign in to comment.