mxui.css & mx8beta3 (listview striped on hover)

2
I was reading the docs and saw that they cleaned up the listview a lot. https://docs.mendix.com/refguide/migration-dom-issues#1-introduction when i create a listview, mxui.css still gives me issues, there is a background on hover that goes on and off (striped) whats happening with mxui.css in mx8beta3? will it be removed, or is it in my proj cause I updated from beta2 to beta3? edit: did clean deploy, found mxui.scss in core/legacy, will see what happens if i rewrite it a bit :D  edit2: mxui.scss has been moved to core, meaning it is editable (woooohoooo). .mx-listview li:nth-child(2n+1) { //background: #f9f9f9; } .mx-listview li:nth-child(2n+1):hover { //background: #f5f5f5; } .mx-listview > ul > li.selected { //background: #eee; }  
asked
0 answers