fix duplicated borders in time and detailed reporting view

This commit is contained in:
Gregor Vostrak
2025-08-11 15:01:09 +02:00
parent 9830fd6ce2
commit 4b4df346da
3 changed files with 3 additions and 1 deletions

View File

@@ -369,6 +369,7 @@ async function downloadExport(format: ExportFormat) {
:tags="tags" :tags="tags"
:currency="getOrganizationCurrencyString()" :currency="getOrganizationCurrencyString()"
:clients="clients" :clients="clients"
class="border-b border-default-background-separator"
:update-time-entries=" :update-time-entries="
(args) => (args) =>
updateTimeEntries( updateTimeEntries(

View File

@@ -144,6 +144,7 @@ function deleteSelected() {
:tags="tags" :tags="tags"
:currency="getOrganizationCurrencyString()" :currency="getOrganizationCurrencyString()"
:clients="clients" :clients="clients"
class="border-t border-default-background-separator"
:update-time-entries=" :update-time-entries="
(args) => (args) =>
updateTimeEntries( updateTimeEntries(

View File

@@ -63,7 +63,7 @@ const showMassUpdateModal = ref(false);
:class=" :class="
twMerge( twMerge(
props.class, props.class,
'text-sm py-1.5 font-medium border-t border-b bg-secondary border-border-secondary flex items-center space-x-3' 'text-sm py-1.5 font-medium bg-secondary flex items-center space-x-3'
) )
"> ">
<Checkbox <Checkbox