[ADF-3175] renabling upload on single target folder row (#3473)

This commit is contained in:
Vito
2018-06-13 12:51:45 +01:00
committed by Eugenio Romano
parent 427b8737ee
commit d41e3d5b9c
3 changed files with 115 additions and 4 deletions

View File

@@ -456,16 +456,19 @@
}
.adf-upload__dragging {
& > td {
border-top: $data-table-drag-border;
border-bottom: $data-table-drag-border;
& > div {
border-top: $data-table-drag-border !important;
border-bottom: $data-table-drag-border !important;
border-color: $data-table-drag-border;
&:first-child {
border-left: $data-table-drag-border;
border-color: $data-table-drag-border;
}
&:last-child {
border-right: $data-table-drag-border;
border-right: $data-table-drag-border !important;
border-color: $data-table-drag-border;
}
}
}