Based on your comments, I ended up adding a custom “#” link with label “|”, then adding this to the css:
a[href="#"],a[href="#"]:hover,a[href="#"]:active,a[href="#"]:visited {
cursor: default;
}
(and whatever more rules you need, most probably a background to remove the hover effect)