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 {