Good evening, this is my first question here in the forum, so sorry if you do not put it in the best way.
The problem I am facing is to apply the css: hover effect on all sibling elements or children (may vary). Next, I go through an image, display the generated DOM to clarify better.
So,asIsaid,theneedistoapplytheeffecttothechildrenof".t-body-row", which are all these ".t-body-col" without affecting grandchildren and great-grandchildren etc ...I was trying to apply to all ".t-body-col: hover" siblings, but I could not get a code that would meet my need.
I ran several tests, all of them unsuccessful.
Applying only ".t-body-row: hover {background: #ccc}" the effect is going over all of the .t-body-row in question, however I need to split the effect, not allowing it to be passed on to the rest.
Ps: I would solve my problem if I could apply: hover on all direct brothers of ".t-body-col" if any of them are on: hover.
Thank you in advance for your attention. Very Obg