Skip to content

Commit

Permalink
Merge pull request #2397 from hashicorp/hds-3816/breadcrumb-token-fix
Browse files Browse the repository at this point in the history
`Breadcrumb`: fix background-color for `Breadcrumb::Truncation`
  • Loading branch information
shleewhite authored Sep 9, 2024
2 parents 40fa6bc + 7f2ac60 commit a5e990e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-buses-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashicorp/design-system-components": patch
---

`Breadrcumb`: fix background hover color for `Breadcrumb::Truncation`
3 changes: 2 additions & 1 deletion packages/components/src/styles/components/breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ $hds-breadcrumb-item-visual-horizontal-padding: 4px;
&:hover,
&.mock-hover {
color: var(--token-color-foreground-faint);
border-color: var(--token-color-border-strong);
background-color: var(--token-color-surface-interactive);
border-color: var(--token-color-border-strong)
}

// we apply the focus directly to the element, without using a pseudo-element
Expand Down

0 comments on commit a5e990e

Please sign in to comment.