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 » 22 Nov 2023, 21:13

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: 37
Joined: 26 Jul 2017, 13:20

Re: Hover over subfile row

Post by tim mcentee » 08 Jan 2024, 14:25

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 » 15 Jan 2024, 20:47

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

Post Reply