This PR removes the orange arrows (dividers) from the breadcrumbs and replace them with > for LTR languages and < for RTL languages. I also add code style to the breadcrumb.less file.
Background information
I made this PR because the current image where not good aligned in the first place. Also, I think you can better use text instead of images. The used images where old and ugly in my opinion.
My first thought was using the Bootstrap icons, like icon-arrow-left, but that will break backward compatibility. Because (unfortunately) not every template supports an icon set.
We don't do changes in the breadcrumbs.less file. That one comes from Bootstrap. So please revert the changes there (seems to be only CS, but still).
Changing the breadcrumb module would mean it could change the appearance of templates. Especially because the image can also be overriden by a template.
If you want to get rid of that image, just enter a text separator in the module options. This will do exactly what you try to do here.
We don't do changes in the breadcrumbs.less file. That one comes from Bootstrap. So please revert the changes there (seems to be only CS, but still).
Changing the breadcrumb module would mean it could change the appearance of templates. Especially because the image can also be overriden by a template.
If you want to get rid of that image, just enter a text separator in the module options. This will do exactly what you try to do here.