How to access a list row with css

I have a custom widget Mywidget, and inside it a Gtk.ListView Mylist. Inside the Gtk.ListView there are rows.

How do I access the node of this rows through CSS, what would it look like in the CSS file? More specifically, how do I change the CSS behavior when a row is selected? I want to disable the visual changes that occur when a row is selected, so it appears that it is not.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.