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
commit c8d8b7cce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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