From cd251b1c2a3000496794447eaff8170b2bc1a802 Mon Sep 17 00:00:00 2001 From: Nils Date: Thu, 26 Sep 2024 13:45:37 +0200 Subject: [PATCH] move toast over to plain css --- .../mt-toast/mt-toast-notification.vue | 221 ++++++++++-------- 1 file changed, 124 insertions(+), 97 deletions(-) diff --git a/packages/component-library/src/components/feedback-indicator/mt-toast/mt-toast-notification.vue b/packages/component-library/src/components/feedback-indicator/mt-toast/mt-toast-notification.vue index d53c3c8c2..16b60192b 100644 --- a/packages/component-library/src/components/feedback-indicator/mt-toast/mt-toast-notification.vue +++ b/packages/component-library/src/components/feedback-indicator/mt-toast/mt-toast-notification.vue @@ -232,7 +232,7 @@ onBeforeUnmount(() => { }); -