From c945c57a874f0bb6ac075bf0a6c6ab27587eaf37 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Wed, 15 Apr 2020 12:04:57 +0200 Subject: [PATCH] css: use default cursor --- src/static/css/iframe_editor.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 4312f7b8f..538a476f2 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -43,8 +43,7 @@ body.mozilla, body.safari { .safari div { padding-right: 1px; /* prevents the caret from disappearing on the longest line of the doc */ } -html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */ -span { cursor: auto; line-height: 125%; } +span { line-height: 125%; } /* -------------- */