From 01e028b789f84e80f20ce2be7be7f8519f925211 Mon Sep 17 00:00:00 2001 From: Imre Bekker <37016280+tetkosimi@users.noreply.github.com> Date: Tue, 25 Apr 2023 17:45:15 +0200 Subject: [PATCH] fix(breadcumb): set background when focused on md (#27274) Issue number: resolves #27273 --------- ## What is the current behavior? When breadcrumb is focused in md mode, background is not set. ## What is the new behavior? A slight background should have applied on breadcrumb when focused. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- core/src/components/breadcrumb/breadcrumb.md.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/breadcrumb/breadcrumb.md.scss b/core/src/components/breadcrumb/breadcrumb.md.scss index 37fae49389..11af62eaf1 100644 --- a/core/src/components/breadcrumb/breadcrumb.md.scss +++ b/core/src/components/breadcrumb/breadcrumb.md.scss @@ -9,7 +9,7 @@ --color-active: #{$breadcrumb-md-color-active}; --color-hover: #{$breadcrumb-md-color-active}; --color-focused: #{$breadcrumb-md-color-focused}; - --background-focused: $breadcrumb-md-background-focused; + --background-focused: #{$breadcrumb-md-background-focused}; } :host(.breadcrumb-active) {