Adjusted drag-and-drop style

This commit is contained in:
Thorsten Sommer 2026-07-06 19:53:40 +02:00
parent 59aee9ecfb
commit d5b1ce68f8
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -202,7 +202,7 @@ public partial class ReadFileContent : MSGComponentBase
private bool CanCatchDroppedFile() => this.numDropAreasAboveThis is 0 && (this.isComponentHovered || this.CatchAllDocuments);
private void SetDragClass() => this.dragClass = $"{DEFAULT_DRAG_CLASS} mud-border-primary border-4";
private void SetDragClass() => this.dragClass = $"{DEFAULT_DRAG_CLASS} mud-border-primary border-2";
private void ClearDragClass() => this.dragClass = DEFAULT_DRAG_CLASS;