Skip to content

Commit

Permalink
remove focus bg
Browse files Browse the repository at this point in the history
Signed-off-by: kaddy645 <[email protected]>
  • Loading branch information
kaddy645 committed Aug 8, 2022
1 parent 8224cb2 commit 8520299
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/core/public/chrome/ui/header/header_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ $breadcrumbPolygon: polygon(
background: $euiColorEmptyShade;
}

.euiLink.euiLink--subdued:focus {
background: $euiColorEmptyShade;
outline: $euiSizeXS - 1 solid $osdHeaderBreadcrumbBlueBackground;
}

/* common for dark & light mode */
&,
&--dark {
Expand Down Expand Up @@ -93,5 +98,10 @@ $breadcrumbPolygon: polygon(
color: $euiColorGhost;
background: $euiColorEmptyShade;
}

.euiLink.euiLink--subdued:focus {
background: $euiColorEmptyShade;
outline: $euiSizeXS - 1 solid $osdHeaderBreadcrumbPacificSkyDarkestBackground;
}
}
}

0 comments on commit 8520299

Please sign in to comment.