Make the upload button clickable in Firefox
This commit is contained in:
parent
2f7cf1830f
commit
2ba3db7548
@ -69,7 +69,7 @@ export function AllImagesView(vm, params, key, context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
el('button', [el('label', { for: 'uploadButton' }, 'Upload')]),
|
uploadButton([el('label', { for: 'uploadButton', style: CLICKABLE }, 'Upload')]),
|
||||||
el('input', {
|
el('input', {
|
||||||
id: 'uploadButton',
|
id: 'uploadButton',
|
||||||
name: 'uploadButton',
|
name: 'uploadButton',
|
||||||
@ -207,6 +207,13 @@ const trashButtonContainer = styled(
|
|||||||
CLICKABLE
|
CLICKABLE
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const uploadButton = styled(
|
||||||
|
{
|
||||||
|
marginRight: '1em'
|
||||||
|
},
|
||||||
|
CLICKABLE
|
||||||
|
);
|
||||||
|
|
||||||
const scrollView = styled({
|
const scrollView = styled({
|
||||||
overflow: 'scroll'
|
overflow: 'scroll'
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user