From e031a8d42828f1aab49a57938a3d33b84fb1515a Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 5 Mar 2026 12:23:01 +0100 Subject: [PATCH] fix(migration): use Bulma select classes for dark mode compatibility Wrap all - + +
- - {{ getDateFormatLabel(format) }} - - + + +
@@ -100,18 +104,20 @@ {{ $t('migrate.csv.example') }}: {{ detectionResult.preview_rows[0][index] || '-' }} - - {{ getAttributeLabel(attr) }} - - + + + @@ -417,13 +423,6 @@ function resetToUpload() { label { font-weight: 500; } - - select { - padding: 0.5rem; - border: 1px solid var(--grey-300); - border-radius: var(--border-radius); - background: var(--white); - } } .column-mappings {