The last-child highlight, whether or not it is linkable

This commit is contained in:
yoyo837 2019-08-16 17:19:05 +08:00
parent 3b0723bff2
commit c7e07baff9

View File

@ -23,6 +23,9 @@
& > span:last-child {
color: @breadcrumb-last-item-color;
a {
color: @breadcrumb-last-item-color;
}
}
& > span:last-child &-separator {