Add cursor:pointer so that calculated CSS includes it for iframe style

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/6067/head
Michael Telatynski 2018-02-05 13:25:43 +00:00
parent 00b7cc512b
commit 3abf1458fb
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ limitations under the License.
.mx_MFileBody_download a { .mx_MFileBody_download a {
color: $accent-color; color: $accent-color;
text-decoration: none; text-decoration: none;
cursor: pointer;
} }
.mx_MFileBody_download object { .mx_MFileBody_download object {