Skip to content

Commit 2a580dd

Browse files
committed
Add border last element media breadcrumbs
1 parent 64ac8c8 commit 2a580dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/media_source/com_media/scss/components/_media-breadcrumb.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
a {
3535
color: var(--body-color);
3636
}
37-
&::before,
3837
&::after {
39-
border: none;
38+
border-inline-start-color: $breadcrumbs-current-bg;
4039
}
4140
}
4241
&:hover {
@@ -62,7 +61,7 @@
6261
border-inline-start: 10px solid transparent;
6362
}
6463
&::before {
65-
border-inline-start-color: $border-color;
64+
border-inline-start-color: var(--gray-400);
6665
}
6766
&::after {
6867
border-inline-start-color: $breadcrumbs-bg;

0 commit comments

Comments
 (0)