Merge pull request #975 from dod-ccpo/upload-input-cursor
Change state of pointer when hovering over upload input
This commit is contained in:
commit
c8d8b7cce2
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user