refactor: ui change the cursor for upload-btn to a pointer (#291)
This commit is contained in:
parent
c352dab470
commit
ae97c714d6
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ body {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.upload-file label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
|
|
Loading…
Reference in a new issue