add dashed border to first and last child to drop row
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
e29801a47e
commit
08e39232e2
|
@ -488,6 +488,14 @@ const cleanDragAndDropData = () => {
|
||||||
.dashed-border {
|
.dashed-border {
|
||||||
border-bottom: 1px dashed #ccc !important;
|
border-bottom: 1px dashed #ccc !important;
|
||||||
border-top: 1px dashed #ccc !important;
|
border-top: 1px dashed #ccc !important;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-left: 1px dashed #ccc !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-right: 1px dashed #ccc !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragged-row {
|
.dragged-row {
|
||||||
|
|
Loading…
Reference in New Issue