Merge pull request #975 from dod-ccpo/upload-input-cursor

Change state of pointer when hovering over upload input
This commit is contained in:
leigh-mil
2019-07-17 15:37:17 -04:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
border: 1px solid black; border: 1px solid black;
padding: 0; padding: 0;
display: block; display: block;
cursor: pointer;
.upload-button { .upload-button {
padding: 1rem 1.5rem; padding: 1rem 1.5rem;
@@ -22,10 +23,9 @@
} }
input { input {
opacity: 0; display: none;
position: absolute; position: absolute;
top: 0; top: 0;
cursor: pointer;
} }
} }