css: use default cursor

This commit is contained in:
Sebastian Castro 2020-04-15 12:04:57 +02:00 committed by muxator
parent 8a4de6c366
commit c945c57a87

View file

@ -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%; }
/* -------------- */