Hi,
To highlight the selected row in the list view you can create your own custom.scss file and you can give some class to your listview like custom-listview and give this styling in your custom file
.custom-listview {li { & .selected {yourbgcolor}}}
Let me know if you need further help.
Good luck!