@@ -182,7 +182,7 @@ module.exports = class DragDrop extends Plugin {
uppy-Root
uppy-u-reset
uppy-DragDrop-container
- ${this.isDragDropSupported ? 'uppy-DragDrop--is-dragdrop-supported' : ''}
+ ${this.isDragDropSupported ? 'uppy-DragDrop--isDragDropSupported' : ''}
${this.getPluginState().isDraggingOver ? 'uppy-DragDrop--isDraggingOver' : ''}
`
@@ -29,16 +29,6 @@
line-height: 1.4;
}
-// http://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/
-// .uppy-DragDrop-input {
-// width: 0.1px;
-// height: 0.1px;
-// opacity: 0;
-// overflow: hidden;
-// position: absolute;
-// z-index: -1;
-// }
-
.uppy-DragDrop-arrow {
width: 60px;
height: 60px;
@@ -46,7 +36,7 @@
margin-bottom: 17px;
- .uppy-DragDrop--is-dragdrop-supported {
+ .uppy-DragDrop--isDragDropSupported {
border: 2px dashed lighten($gray-500, 10%);