gitea/templates/repo/diff
mrsdizzie a6168fa25d
Make copy/paste work for source code ()
* Make copy/paste work for source code

Fix regression casued by  so copy/paste works properly in all browsers.

Fixes 

Also while looking at this I saw a small display issue for blame view. I think  was merged into original PR through an update branch before  was merged and made one of the css ruules not apply anymore.

* use pseudo-element to prevent copying of comment + symbol even when not visually selected

* remove added newline here should not be necessary anymore

* make sure empty line is newline so there is something to select and copy
..
blob_excerpt.tmpl Server-side syntax highlighting for all code ()
box.tmpl Make copy/paste work for source code ()
comment_form.tmpl Fix .comment-code-cloud not being removed when cancelling new code comment ()
comment_form_datahandler.tmpl Pull request review/approval and comment on code ()
comments.tmpl Fix to allow comment poster to edit or delete his own comments ()
compare.tmpl Allow compare page to look up base, head, own-fork, forkbase-of-head ()
image_diff.tmpl Bugfix for image compare and minor improvements to image compare ()
new_comment.tmpl Pull request review/approval and comment on code ()
new_review.tmpl Fix missing styling for dropdown icon on review button ()
options_dropdown.tmpl Support view individual commit for wiki pages ()
section_unified.tmpl Make copy/paste work for source code ()
whitespace_dropdown.tmpl Add whitespace handling to PR-comparsion ()