From 8520299ad07780f9a6c8f944c4cd715d85791ecd Mon Sep 17 00:00:00 2001 From: kaddy645 Date: Mon, 8 Aug 2022 17:45:54 +0000 Subject: [PATCH] remove focus bg Signed-off-by: kaddy645 --- .../public/chrome/ui/header/header_breadcrumbs.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/core/public/chrome/ui/header/header_breadcrumbs.scss b/src/core/public/chrome/ui/header/header_breadcrumbs.scss index d523abfcefa3..5ac333e1615a 100644 --- a/src/core/public/chrome/ui/header/header_breadcrumbs.scss +++ b/src/core/public/chrome/ui/header/header_breadcrumbs.scss @@ -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 { @@ -93,5 +98,10 @@ $breadcrumbPolygon: polygon( color: $euiColorGhost; background: $euiColorEmptyShade; } + + .euiLink.euiLink--subdued:focus { + background: $euiColorEmptyShade; + outline: $euiSizeXS - 1 solid $osdHeaderBreadcrumbPacificSkyDarkestBackground; + } } }