View | Details | Raw Unified | Return to bug 34735
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Breadcrumbs.vue (-2 / +1 lines)
Lines 47-53 export default { Link Here
47
#breadcrumbs .disabled {
47
#breadcrumbs .disabled {
48
    padding: 0.6em 0.3em;
48
    padding: 0.6em 0.3em;
49
    text-decoration: none;
49
    text-decoration: none;
50
    color: #000;
50
    color: #696969;
51
    pointer-events: none;
51
    pointer-events: none;
52
}
52
}
53
</style>
53
</style>
54
- 

Return to bug 34735