vue-upload-component icon indicating copy to clipboard operation
vue-upload-component copied to clipboard

Can't use styling cursor pointer

Open dinyo opened this issue 1 year ago • 1 comments

CSS styling cursor pointer not appearing because label generated inside are covering it.

dinyo avatar Aug 24 '23 07:08 dinyo

you can modify file-upload label style define by the css like this: ::v-deep .file-uploads.file-uploads-html5 label { /* over file-upload label style */ background: #fff; opacity: 0; font-size: 20em; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; position: absolute; width: 100%; height: 100%; cursor: pointer; }

bigcat133 avatar May 31 '24 06:05 bigcat133