Make sorting more accessible
This commit is contained in:
parent
3ef1b783fb
commit
18a9ede64e
2 changed files with 9 additions and 1 deletions
|
|
@ -318,4 +318,12 @@ details[open] {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sortable-chosen {
|
||||
border: solid 3px $secondary;
|
||||
}
|
||||
|
||||
.sortable-ghost {
|
||||
border: solid 3px $primary;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue