Skip to content

Commit

Permalink
Unify breadcrumbs (#2642)
Browse files Browse the repository at this point in the history
Co-authored-by: tbenning <[email protected]>
Co-authored-by: Jon Rohan <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2024
1 parent 96a01d0 commit 7f17b7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/khaki-ties-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

Unify breadcrumbs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion app/components/primer/beta/breadcrumbs.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin: 0 0.5em;
content: '';
border-right: 0.1em solid var(--borderColor-neutral-emphasis);
transform: rotate(15deg);
transform: rotate(15deg) translateY(0.0625em);
}

&:first-child {
Expand All @@ -27,4 +27,6 @@

.breadcrumb-item-selected a {
color: var(--fgColor-default);
cursor: default !important;
text-decoration: none !important;
}

0 comments on commit 7f17b7c

Please sign in to comment.