@import '../../vars'; .playlist-page { .track-list-content { // Our Track List & > .track-list-columned { // Column content & > row { &:nth-child(odd):not(:selected) { background-color: $midnight; } } } } }