When I import a template from website(B) with pseudo classes then the pseudo classes do not import with it. Like ::before, :hover, :hover .className ect
On website(A). I see the template I imported but not the pseudo-classes.
Weāre already aware of the issue. Pseudo-classes are not exported/part of the template, as they are global data. Right now, you need to create the pseudo-classes if they are missing manually.
So, for example, if you have a button that should have a hover state, select the button and assign :hover to it. The hover-styles should still be present.
Weāll tackle this in a future release to automatically create non-existing pseudo classes when inserting a template.
Hi guys,
With Bricks 1.7.1, now available as a one-click update in your WordPress Dashboard, pseudo Elements like ::before or ::after and pseudo Classes like :hover or :first-child will be imported/created when importing a template.
Please let us know if you are still experiencing issues.
Unfortunately, I cannot reproduce the issue. Would you be so kind as to provide a screencast using https://jam.dev showing and explaining whatās happening?
the style data was imported and I could āactivateā it by manually inserting the ā:beforeā pseudo class on the container. guess in the dark: maybe itās because we use ā:beforeā instead of ā::beforeā?
dontā have time to reprocude the issue right now, maybe next week.