Skip to content

Commit a89c179

Browse files
5.2 dev Fix breadcrumbs color in light and darkmode, fix for 44134 (#44212)
1 parent 78818e8 commit a89c179

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@
3131
}
3232
&:last-of-type {
3333
background-color: $breadcrumbs-current-bg;
34+
a {
35+
color: var(--body-color);
36+
}
37+
&::before,
3438
&::after {
35-
border-inline-start-color: $breadcrumbs-current-bg;
39+
border: none;
3640
}
3741
}
3842
&:hover {

0 commit comments

Comments
 (0)