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

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

Return to bug 34735