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;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user