mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
The current breadcrumb separators are ">" characters that are added as pseudo-elements. These become part of the clickable area for the links, which causes mis-clicks. This PR does two things: - Replace the pseudo-element with a DIcon. - Make sure the separator is not clickable.