Skip to content

Commit

Permalink
Remove unused .upload-button class and move styles
Browse files Browse the repository at this point in the history
  • Loading branch information
perborgen authored Sep 15, 2023
1 parent 31bd58c commit 646f45d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions examples/javascript-object-detection/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,16 @@ body {
align-items: center;
cursor: pointer;
gap: 10px;
border: 2px solid black;
padding: 8px 16px;
cursor: pointer;
border-radius: 6px;
}

#file-upload {
display: none;
}

.upload-button {
border: 2px solid black;
padding: 8px 16px;
cursor: pointer;
display: flex;
align-items: center;
}

.upload-icon {
width: 30px;
}
Expand Down Expand Up @@ -59,4 +55,4 @@ body {
margin-top: -16px;
margin-left: -2px;
padding: 1px;
}
}

0 comments on commit 646f45d

Please sign in to comment.