mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Implement drag and drop reordering in current queue
This commit is contained in:
parent
909b737322
commit
b0d3cdfc5a
4 changed files with 73 additions and 7 deletions
|
|
@ -322,3 +322,44 @@
|
|||
font-weight: normal
|
||||
display: inline
|
||||
padding-right: 0.375rem
|
||||
|
||||
.song-listing-table
|
||||
tr.is-playing
|
||||
background-color: $table-row-active-background-color
|
||||
color: $table-row-active-color
|
||||
|
||||
a, strong, td.song-duration, td.sort-handle span
|
||||
color: currentColor
|
||||
|
||||
span.button, div.dropdown
|
||||
color: $table-color
|
||||
|
||||
td
|
||||
&.is-narrow
|
||||
white-space: nowrap
|
||||
|
||||
&.song-duration
|
||||
text-align: right
|
||||
|
||||
&.sortable-handle
|
||||
-webkit-touch-callout: none
|
||||
user-select: none
|
||||
|
||||
tbody .song-duration
|
||||
color: $grey-light
|
||||
|
||||
tr:hover
|
||||
.button
|
||||
|
||||
// drag'n'drop
|
||||
.sortable-handle
|
||||
span
|
||||
cursor: grabbing
|
||||
user-select: none
|
||||
|
||||
tr.sortable-is-moving.is-playing
|
||||
background-color: $table-row-active-background-color
|
||||
color: $table-row-active-color
|
||||
|
||||
a, strong, td.song-duration, td.sort-handle span
|
||||
color: currentColor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue