From: Pascal Mugnier Date: Thu, 22 Mar 2018 11:18:59 +0000 (+0100) Subject: SONAR-10208 Disable selection of issue location markers X-Git-Tag: 7.5~1466 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd8b5fda4fbdd0ba8a615883ca669f84847f0646;p=sonarqube.git SONAR-10208 Disable selection of issue location markers --- 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 {