style: fix InputFile scoped CSS by using ::deep to hide native file input button

This commit is contained in:
2026-05-10 20:31:32 +02:00
parent 0c3fccc91e
commit 990f537661
@@ -105,7 +105,7 @@
color: var(--nexus-text); color: var(--nexus-text);
} }
.file-input-cover { .drop-zone ::deep .file-input-cover {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;