mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
client: improve quick access
- default to opened sidebar
This commit is contained in:
@@ -191,13 +191,12 @@ td .artist {
|
||||
|
||||
tbody tr {
|
||||
cursor: pointer;
|
||||
transition: all 0.5s ease;
|
||||
transition: all 0.1s ease;
|
||||
|
||||
&:hover {
|
||||
& {
|
||||
background-color: rgba(255, 174, 0, 0.534);
|
||||
background-color: rgb(5, 80, 150);
|
||||
}
|
||||
transform: scale(0.99);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user