Skip to content

Commit

Permalink
fix(kfileupload): force transparent color for the input element (#2177)
Browse files Browse the repository at this point in the history
this prevents the native "No file selected" placeholder being
rendered and causing the placeholder text overlapped
  • Loading branch information
nekolab authored and adamdehaven committed Jun 3, 2024
1 parent 5e6b586 commit 3f6bc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KFileUpload/KFileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ $kFileUploadInputPaddingY: var(--kui-space-40, $kui-space-40); // corresponds to
:deep(.k-input-wrapper) input[type="file"],
:deep(.k-input-wrapper) input[type="file"][disabled] {
color: transparent;
color: transparent !important;
}
:deep(.k-input) {
Expand Down

0 comments on commit 3f6bc15

Please sign in to comment.