Skip to content

Commit

Permalink
fix(file-uploader): disable state exposing native input
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Nov 22, 2024
1 parent 8b1a807 commit e016030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $padding: theme.get-spacing(4);
}

.disabled .file {
@include theme.disabled;
cursor: not-allowed;
}

.button {
Expand Down

0 comments on commit e016030

Please sign in to comment.