feature request: change css on drop over #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when mouse over drop zone, I recommend changing CSS to modify dropzone style
nice project
I will integrate into: http://ng2.javascriptninja.io
any specific CSS? may be PR to show what do you proposing?
check more projects here: https://github.com/valor-software/ng2-plans
like the way gmail does it is cool... as soon as u hover over target u get:
@valorkin I can get to work on this asap if no one is on it so let me know. Thanks!
I will be grateful if you can create PR for this :)
On Wed, 20 Jan 2016 10:57 Tom Greco notifications@github.com wrote:
I've made this change as well. I'll package up my changes as a PR for review.
great!
awesome! waiting for it!
Sorry, getting pulled into an issue, and cant break down my changes into a PR right now. Here's my extended "ImageUpload" widget, that does what you want (i think).
Component Source:
imageUpload_src.zip
Open issue I need to resolve:
GREAT!!!
https://github.com/valor-software/ng2-file-upload/tree/development/demo/components/file-upload/zs-file-demo just change css to this:
styles: [':host {border:1px solid black; padding:59px;display: block;}' +
':host.hover {border: 3px solid green;}']
and after it @HostBinding('class.hover') will do its job.