Add hover state.

This commit is contained in:
Bryan Mauger 2022-12-05 12:08:29 -05:00
parent 9a963389b5
commit 00d7bb32c1

View file

@ -200,6 +200,9 @@ export default {
display: flex;
border: none;
background-color: transparent;
&:hover {
cursor: pointer;
}
input[type="file"] {
position: absolute;
left: -9999px;