fix: always show breadcrumb filename

This commit is contained in:
lucaronin
2026-04-10 21:08:45 +02:00
parent 717fa9d1a6
commit 71a3be577d
2 changed files with 61 additions and 5 deletions

View File

@@ -22,7 +22,8 @@
opacity: 0.55;
}
/* Breadcrumb bar: title + border toggled via data attribute (no React re-render) */
/* Breadcrumb bar: border can still react to the data attribute, but the
breadcrumb filename/title stays visible at all times. */
.breadcrumb-bar {
transition: border-color 0.2s ease;
}
@@ -32,10 +33,6 @@
}
.breadcrumb-bar__title {
display: none;
}
.breadcrumb-bar[data-title-hidden] .breadcrumb-bar__title {
display: flex;
}