blob: 763276fad85f6846b21d955913aae28a71685b35 [file] [log] [blame]
.td-file-upload {
padding-left: 8px;
padding-right: 8px;
}
.td-file-upload-cancel {
height: 24px;
width: 24px;
position: relative;
top: 24px;
left: -12px;
::ng-deep [dir='rtl'] & {
right: -12px;
left: 0;
}
mat-icon {
border-radius: 12px;
vertical-align: baseline;
}
}
/**
* Class that is added ondragenter by the [TdFileDrop] directive.
*/
.drop-zone {
// Animation.
border-radius: 3px;
* {
pointer-events: none; //added to fix bug that re-throws dragleave/dragenter by child elements
}
}