Problem with CSS pseudo elements like ::after?

Might there be a problem with CSS pseudo elements like .parentClass elmt.class::after. This definition appears in custom styles as class::after and outputs <... class="class::after">.
If there is so, is there a possibility to suppress this definition in custom classes selector?
regards manu

Something has gone wrong. Perhaps this topic was closed or deleted while you were looking at it?

Please can you send your custom style that is making the problem so we can try for ourselves.

Hi Nik
I just updated your portfolio example to reproduce the effect.
Is there a place where I can send a zip file? Unfortunately I only can
upload images here.

Take your portfolio example.
index.html: Alter h1 tag to:
<h1 class="testAfter">Zdravo Organic Juices</h1>

style.css: Add style definition
.sc-content > h1.testAfter::after { display:block; width:50px; content:'XXX'; margin: 0 auto; }

Watch the effect on h1 custom style.

To get a work around I added
.sc-content > h1.testAfter {}
But the unwanted user style remains and leads to faulty setting.

This is clearly a bug. We will fix it in new release.

Many thanks for bug report!