Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 1, 2025
1 parent 9feda44 commit 56a808f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<header id="page-header" class="jenkins-header">
<div id="breadcrumbBar" class="jenkins-header__breadcrumbs" aria-label="breadcrumb">
<ol class="jenkins-header__breadcrumbs__list" id="breadcrumbs">
<st:include page="prefix" optional="true" />

<j:forEach var="anc" items="${request.ancestors}" indexVar="index">
<j:if test="${h.isModel(anc.object) and anc.prev.url!=anc.url}">
<j:set var="mode" value="breadcrumbs" />
Expand Down Expand Up @@ -30,6 +32,8 @@
</div>

<div class="jenkins-header__actions">
<st:include page="suffix" optional="true" />

<l:overflowButton clazz="jenkins-button--tertiary jenkins-mobile-show">
<j:forEach var="action" items="${it.actions}">
<j:if test="${action.iconFileName != null}">
Expand Down
4 changes: 4 additions & 0 deletions src/main/scss/components/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
&__list {
display: contents;

& > * {
z-index: 1;
}

&-item {
display: contents;

Expand Down

0 comments on commit 56a808f

Please sign in to comment.