blob: 2cbe061416b48ca6c14b2d571e864a0024c77f2f [file] [log] [blame]
:host {
.td-file-input {
padding-left: 8px;
padding-right: 8px;
}
input.td-file-input-hidden {
display: none;
}
/**
* 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
}
}
}