Skip to content

Commit

Permalink
Prevent line numbers from being copied in search results
Browse files Browse the repository at this point in the history
  • Loading branch information
ipagbox authored and salemhilal committed Jul 14, 2023
1 parent d61c548 commit 4cbc3cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/assets/css/hound.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ button:focus {
display: inline-block;
font-size: 14px;
color: #767676;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.match > .line:last-child > .lnum {
Expand Down

0 comments on commit 4cbc3cf

Please sign in to comment.