From 4cbc3cfac9de94068d9497f5ab9045c5e9a196cd Mon Sep 17 00:00:00 2001 From: Igor Prudnikov Date: Sun, 9 Jul 2023 00:53:24 +0500 Subject: [PATCH] Prevent line numbers from being copied in search results --- ui/assets/css/hound.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/assets/css/hound.css b/ui/assets/css/hound.css index fac54e01..15e91ad4 100644 --- a/ui/assets/css/hound.css +++ b/ui/assets/css/hound.css @@ -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 {