Outline properties, pseudo state issue

The outline properties are working on default state, but not on pseudo states.
Using the pseudo states from the dropdown list, only offset and color get applied (tested hover and focus).

When adding custom pseudo classes, none of the offset properties seem to work.

Hello @Marius,

Thank you for the report.

I can confirm that they are partially applying on pseudo states, but cannot reproduce your specific issue with custom pseudo classes not receiving any changes.

You are right @Louis.

There is no difference with custom pseudo classes.
Not sure what happend, as I already deleted the elements which I tested.
Probably a typo or so, when creating the pseudo class.

Sorry for the confusion.

1 Like

Thanks for checking that, @Marius, much appreciated!

1 Like

Hi @Marius,

Thanks once again for the report.
This should be addressed in 1.2.9.5.3.2.

If you do still encounter some issue with this, I’d be grateful if you could let me know by replying to this thread.

Cheers,

1 Like

Hey @Louis.
Thanks for addressing the issue with the outline property immediately :+1:
Works as intended now.

However, there still is an issue.
At first, I thought I’ve overlooked a typo in my custom pseudo class due to the low contrast of the hover/active background-color of the pseudo class/element dropdown (at least in dark mode that is the case) and the fact that there is word-breaking involved.

But. The actual issue is that custom pseudo classes/elements don’t get saved.
One will only get aware after reloading the editor. The custom pseudo class is gone.

However, when I add it after the reload, it gets saved, and styling gets applied.
Not sure what’s going on here.