Add hover state.
This commit is contained in:
parent
9a963389b5
commit
00d7bb32c1
1 changed files with 3 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ export default {
|
|||
display: flex;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
input[type="file"] {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue