Weird comments query rendering on frontend

Hi,

There a two strange things in Cwicly query comments on frontend:

1- .cc-query class is added to each comment wrapper, but to the nested comment div as well, which forces to use .cc-query:not(.comment) to style the wrapper.
I think the class should only be added to the wrapper and not to .content.

image

2- It looks like some cc-query-template is rendered as an attribute instead of a class, or maybe it is voluntary? I think there should be a class, anyway, so that we can style the comments container.

image

Hello @yankiara,

Thanks for the report.

This should be addressed in 1.2.9.6. As you pointed out, it was not the proper use for .cc-query.

We do use the cc-query-template attribute for specific functions, but your proposal of a more specific class for different queries is great.

Cheers,