1
0
Fork 0
gitea/public/less
silverwind da23041257 fix extra newlines when copying from diff in Firefox (#7288)
* fix extra newlines when copying from diff

See https://bugzilla.mozilla.org/show_bug.cgi?id=1273836

Basically, the <pre><code> seems to add a forced newline that is not
possible to get rid of via CSS, so I replaced it with just a <code>.

Secondly, .lines-type-marker also forced a newline in the copied text,
but that was possible to get rid of via user-select.

Safari still has a extraneous newline in the copied text of unknown
origin, but this should not block stop this PR.

* simplify .line-type-marker

* fix selector

* remove erronous ^^^

* Fix empty split diff

* Fix arc-theme-green

* fix add comment

* ensure line-num is copied too

* Update templates/repo/diff/box.tmpl

Co-Authored-By: zeripath <art27@cantab.net>

* attempt to fix safari via removing <code>

* remove useless whitespace at the end of 'class'

* remove inter-tag whitespace for code <td>s

* more inter-tag removal

* final inter-tag removal

* attempt to fix empty line copy

* move and comment getLineContent

* fix golint

* make background grey for missing added code
2019-06-26 22:35:07 +01:00
..
themes fix extra newlines when copying from diff in Firefox (#7288) 2019-06-26 22:35:07 +01:00
_admin.less
_base.less fix extra newlines when copying from diff in Firefox (#7288) 2019-06-26 22:35:07 +01:00
_dashboard.less
_editor.less
_emojify.less
_explore.less
_form.less
_home.less
_install.less
_markdown.less
_organization.less
_repository.less fix extra newlines when copying from diff in Firefox (#7288) 2019-06-26 22:35:07 +01:00
_review.less
_tribute.less
_user.less
index.less