Fix drag/drop border
This commit is contained in:
parent
af99d04bc1
commit
4fa8252b86
1 changed files with 2 additions and 2 deletions
|
|
@ -321,9 +321,9 @@ details[open] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sortable-chosen {
|
.sortable-chosen {
|
||||||
border: solid 3px $secondary;
|
border: solid 3px $secondary !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sortable-ghost {
|
.sortable-ghost {
|
||||||
border: solid 3px $primary;
|
border: solid 3px $primary !important;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue