backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-05-27 23:53:33 +02:00
parent ce6c59cc32
commit 25c88c3285
2 changed files with 6 additions and 0 deletions

View file

@ -193,6 +193,10 @@ tr.table-primary-light {
&:hover {
cursor: pointer;
}
&.sortable-chosen {
background: map-get($theme-colors, 'primary-light');
}
}
.footer {

View file

@ -9,6 +9,8 @@ module.exports = () => {
new Sortable(list, {
handle: '*[data-sortable-item]',
sort: true,
animation: 150,
fallbackTolerance: 3,
onEnd: (e) => {
if (!route) {
return;