From dd8b5fda4fbdd0ba8a615883ca669f84847f0646 Mon Sep 17 00:00:00 2001 From: Pascal Mugnier Date: Thu, 22 Mar 2018 12:18:59 +0100 Subject: [PATCH] SONAR-10208 Disable selection of issue location markers --- server/sonar-web/src/main/js/components/common/LocationIndex.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/sonar-web/src/main/js/components/common/LocationIndex.css b/server/sonar-web/src/main/js/components/common/LocationIndex.css index 97bdefa079a..be4e0999cb7 100644 --- a/server/sonar-web/src/main/js/components/common/LocationIndex.css +++ b/server/sonar-web/src/main/js/components/common/LocationIndex.css @@ -30,6 +30,7 @@ font-family: var(--baseFontFamily); font-size: var(--smallFontSize); transition: background-color 0.3s ease; + user-select: none; } .location-index.selected { -- 2.39.5