Hover over subfile row

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
Fre_Vdh
Posts: 30
Joined: 20 Oct 2022, 17:49

Hover over subfile row

Post by Fre_Vdh »

Hi,

I would like to give a little accent to my subfiles when a user hovers over a row.
Is it possible to do that?

I’ve been trying to do it with an Application style, but I don’t seem to get the right htmlTag:
Which should I use? .md-sftable-row:hover?

Frederik
tim mcentee
Posts: 40
Joined: 26 Jul 2017, 13:20

Re: Hover over subfile row

Post by tim mcentee »

Hi Frederik

Try
div#sfeId div div:hover

This tells it grab a div with an id of sfeId the subfile overlay table, then get the child div then the child divs of that child div.

Tim
Fre_Vdh
Posts: 30
Joined: 20 Oct 2022, 17:49

Re: Hover over subfile row

Post by Fre_Vdh »

I tried it like this, but it's not working:
hover.png
hover.png (2.86 KiB) Viewed 20523 times
Post Reply