style/breadcrumb: tweak dropdown lists

This commit is contained in:
Adorian Doran 2025-12-23 03:07:30 +02:00
parent 7507d6b385
commit 2d6f17aeaa

View File

@ -72,6 +72,15 @@
color: var(--custom-color, inherit) !important;
}
.dropdown .breadcrumb-child-list {
/* Icon */
li > span:first-child {
opacity: .75;
padding-inline-end: 4px;
translate: none;
};
}
a.breadcrumb-last-item,
a.breadcrumb-last-item:visited {
text-decoration: none;