Skip to content

Commit

Permalink
JobList: Fix tooltip text style of header buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFP committed Oct 26, 2024
1 parent b3ccad2 commit 88e0a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/JobList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ $: {
</TableHeadCell>
{/each}
<TableHeadCell padding="py-1">
<ButtonGroup>
<ButtonGroup class="normal-case">
{#if tableEditMode}
<Button pill outline class="!p-2" size="xs" color="alternative" on:click={() => openAbortModal(selectedItems)} disabled={selectedAbortButtonDisabled}>
<StopSolid class="inline mr-1" color="red"/> {selectedItems.length}
Expand Down

0 comments on commit 88e0a28

Please sign in to comment.