From 3abf1458fb3146ebeba3901e4ae6f39960eb43c3 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 5 Feb 2018 13:25:43 +0000 Subject: [PATCH] Add cursor:pointer so that calculated CSS includes it for iframe style Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .../vector/css/matrix-react-sdk/views/messages/_MFileBody.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/skins/vector/css/matrix-react-sdk/views/messages/_MFileBody.scss b/src/skins/vector/css/matrix-react-sdk/views/messages/_MFileBody.scss index 77c6241bc..6cbce6874 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/messages/_MFileBody.scss +++ b/src/skins/vector/css/matrix-react-sdk/views/messages/_MFileBody.scss @@ -21,6 +21,7 @@ limitations under the License. .mx_MFileBody_download a { color: $accent-color; text-decoration: none; + cursor: pointer; } .mx_MFileBody_download object {