From 9e7a397898bb5c905e12d478469a876243d9eccf Mon Sep 17 00:00:00 2001 From: jamesread Date: Tue, 28 Jul 2026 10:48:32 +0100 Subject: [PATCH] fix: Action title styling on the argument form --- frontend/resources/vue/views/ArgumentForm.vue | 29 ++++--------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/frontend/resources/vue/views/ArgumentForm.vue b/frontend/resources/vue/views/ArgumentForm.vue index 9da632c..5da2f6d 100644 --- a/frontend/resources/vue/views/ArgumentForm.vue +++ b/frontend/resources/vue/views/ArgumentForm.vue @@ -4,17 +4,12 @@

Start action: - - - {{ title }} - + + {{ title }}

@@ -684,18 +679,6 @@ onUnmounted(() => { font-size: 1.5rem; } -.action-details-title-link { - display: inline-flex; - align-items: center; - gap: 0.5rem; - color: var(--link-color, #0066cc); - text-decoration: underline; -} - -.action-details-title-link:hover { - color: var(--link-hover-color, #004499); -} - form { grid-template-columns: max-content auto auto; }