0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 20:14:34 +01:00
gitea/modules
mrsdizzie a6168fa25d
Make copy/paste work for source code (#12191)
* Make copy/paste work for source code

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

Fixes #12184

Also while looking at this I saw a small display issue for blame view. I think #12023 was merged into original PR through an update branch before #12047 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
2020-07-08 22:02:38 +01:00
..
analyze
auth Multiple small admin dashboard fixes (#12153) 2020-07-05 22:38:03 +03:00
avatar
base
cache Use hash of repo path, ref and entrypath as cache key (#12151) 2020-07-06 01:40:34 +03:00
charset
context
convert
cron
emoji
eventsource Move EventSource to SharedWorker (#12095) 2020-07-03 10:55:36 +01:00
generate
git Ensure BlameReaders close at end of request (#12102) 2020-07-01 14:01:17 +01:00
gitgraph
graceful Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
highlight Make copy/paste work for source code (#12191) 2020-07-08 22:02:38 +01:00
httplib
indexer
lfs
log Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
markup
metrics
migrations
notification
options
password
pprof
private Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
process
public
queue Multiple small admin dashboard fixes (#12153) 2020-07-05 22:38:03 +03:00
recaptcha
references
repofiles
repository Update the wiki repository remote origin while update the mirror repository's Clone From URL (#12053) 2020-07-05 22:08:32 -04:00
secret
session
setting fix a spelling error (#12163) 2020-07-06 11:58:31 -04:00
ssh
structs
sync
task
templates Move EventSource to SharedWorker (#12095) 2020-07-03 10:55:36 +01:00
test
timeutil
upload
user
util
validation
webhook