From ae06322ed424b9c9641672753ca5ce61b4c3d43d Mon Sep 17 00:00:00 2001 From: Jakob Wierzba Date: Wed, 16 Oct 2024 19:34:41 +0200 Subject: [PATCH] fix links in alerts for i18n content --- .../components/postupload/post-upload.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/javascript/components/postupload/post-upload.vue b/frontend/javascript/components/postupload/post-upload.vue index 0cd43543d..6f3ce88fe 100644 --- a/frontend/javascript/components/postupload/post-upload.vue +++ b/frontend/javascript/components/postupload/post-upload.vue @@ -1647,14 +1647,6 @@ addEventListener('hashchange', () => { } } -/* make links stand out more in alert boxes */ - -.alert { - a { - text-decoration: underline; - } -} - /* re-style the component's filename-dialog so first it looks less interactive, * until you click "change filename" */ @@ -1685,3 +1677,12 @@ addEventListener('hashchange', () => { } + +