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
Hover over subfile row
Moderator: jeanmichel
-
- Posts: 37
- Joined: 26 Jul 2017, 13:20
Re: Hover over subfile row
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
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
Re: Hover over subfile row
I tried it like this, but it's not working: