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;
|
display: flex;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -9999px;
|
left: -9999px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue