From a2ef04ef613921007dcb9d273cc923c4d91005b9 Mon Sep 17 00:00:00 2001 From: Alexander J Date: Sat, 30 Apr 2022 11:59:40 +0200 Subject: [PATCH] Add pointer if you hover over location map Signed-off-by: Alexander J --- res/css/views/messages/_MLocationBody.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/messages/_MLocationBody.scss b/res/css/views/messages/_MLocationBody.scss index 9c7e2767d74..72202ca6e1b 100644 --- a/res/css/views/messages/_MLocationBody.scss +++ b/res/css/views/messages/_MLocationBody.scss @@ -21,6 +21,7 @@ limitations under the License. z-index: 0; // keeps the entire map under the message action bar border-radius: $timeline-image-border-radius; + cursor: pointer; } }