Skip to content
Snippets Groups Projects
Commit 5a9f188e authored by Nick Anton Christoph Kleine-Tebbe's avatar Nick Anton Christoph Kleine-Tebbe
Browse files

made Abgabe and Kolloquium buttons the same

parent 4a3bc9d9
Branches
No related tags found
No related merge requests found
......@@ -6,8 +6,13 @@
<div class="w-full select-none text-left mr-1">
{{ title }}
</div>
<div
class="text-center text-white rounded-md select-none w-9 h-8 ml-1 bg-red-500 hover:bg-red-700 active:bg-red-900"></div>
<client-only>
<button
class="text-center text-white rounded-md select-none w-9 h-8 ml-1 bg-red-500 hover:bg-red-700 active:bg-red-900"
>
X
</button>
</client-only>
</div>
</ListItem>
</template>
......
......@@ -26,7 +26,7 @@
class="text-center text-white rounded-md select-none w-9 h-8 ml-1 bg-red-500 hover:bg-red-700 active:bg-red-900"
@click="deleteMe()"
>
X
</button>
</client-only>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment