Opened 14 years ago
Closed 13 years ago
#4870 closed enhancement (wontfix)
Bug Tracker: make line numbers non-selectable in code attachment preview
Reported by: | patrickwhalen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | site | Version: | 1.3.2 |
Keywords: | code preview line numbers | Cc: | |
Blocked by: | Blocking: |
Description
add the following css:
table.code th {
user-select: none; -o-user-select: none; -webkit-user-select: none; -moz-user-select: none;
...
}
to the code.css style sheet so that visitors can select and copy code without selecting the associated line numbers.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | details_government.php added |
---|
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.