forked from AkkomaGang/akkoma-fe
Set cursor to hand when hovering over buttons
This commit is contained in:
parent
ea697a1bb1
commit
93be453037
2 changed files with 8 additions and 0 deletions
|
@ -15,4 +15,8 @@
|
|||
font-size: 26px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.icon-upload {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -45,6 +45,10 @@
|
|||
flex-direction: column;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue