From 2c0806392538b928e911068ce4d4199d9c3ba418 Mon Sep 17 00:00:00 2001 From: Alexander <57069715+Odyssey346@users.noreply.github.com> Date: Sat, 30 Apr 2022 17:15:20 +0200 Subject: [PATCH] Add pointer if you hover over location map (#8451) --- 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; } }