Fix code related to changing from temporary playlists to permanent ones. Implement new centralized Koto Paths for defining our variables and revdns name for consistency. Updated Album View to leverage KotoCoverArtButton component. Started refactoring our theming to support multiple variants. It isn't where I want it yet but we'll get there.
13 lines
No EOL
232 B
SCSS
13 lines
No EOL
232 B
SCSS
@import '../../vars';
|
|
|
|
.playlist-page {
|
|
.track-list-content { // Our Track List
|
|
& > .track-list-columned { // Column content
|
|
& > row {
|
|
&:nth-child(odd):not(:selected) {
|
|
background-color: $midnight;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |