From 6d80cd68426e459d1fc2de76000df6f9dc890121 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Wed, 11 Oct 2023 11:08:34 +0200 Subject: [PATCH] MOBILE-4362 comments: Fix delete button displayed when it shouldn't The show delete button icon now also changes so it's clearer that something happened, otherwise if you cannot delete any of the comments you see it could seem that the button does nothing --- src/core/components/message/message.html | 8 ++++---- src/core/features/comments/pages/viewer/viewer.html | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/core/components/message/message.html b/src/core/components/message/message.html index c4815fdb95b..1e912935b90 100644 --- a/src/core/components/message/message.html +++ b/src/core/components/message/message.html @@ -31,12 +31,12 @@ - + - + diff --git a/src/core/features/comments/pages/viewer/viewer.html b/src/core/features/comments/pages/viewer/viewer.html index b941f87e2de..cee1b18afab 100644 --- a/src/core/features/comments/pages/viewer/viewer.html +++ b/src/core/features/comments/pages/viewer/viewer.html @@ -12,7 +12,8 @@

- + +