mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
minor refactors and edits
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
||||
.play {
|
||||
height: 100%;
|
||||
width: 5em;
|
||||
background-color: rgb(5, 74, 131);
|
||||
background-color: $blue;
|
||||
padding-left: $small;
|
||||
margin-right: $small;
|
||||
|
||||
|
||||
@@ -88,6 +88,16 @@ function loadAlbum(title, albumartist) {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
.current {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
.current:hover {
|
||||
* {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
}
|
||||
|
||||
.thead {
|
||||
display: grid;
|
||||
grid-template-columns: 1.5rem 1.5fr 1fr 1.5fr 0.25fr;
|
||||
@@ -127,16 +137,6 @@ function loadAlbum(title, albumartist) {
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.current * {
|
||||
color: $highlight-blue;
|
||||
}
|
||||
|
||||
.current:hover {
|
||||
* {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user