]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10208 Disable selection of issue location markers
authorPascal Mugnier <pascal.mugnier@sonarsource.com>
Thu, 22 Mar 2018 11:18:59 +0000 (12:18 +0100)
committerSonarTech <sonartech@sonarsource.com>
Wed, 28 Mar 2018 18:20:57 +0000 (20:20 +0200)
server/sonar-web/src/main/js/components/common/LocationIndex.css

index 97bdefa079ab65a939948684af074bbab4957306..be4e0999cb7207eb65849e99ef173bfc893ec76f 100644 (file)
@@ -30,6 +30,7 @@
   font-family: var(--baseFontFamily);
   font-size: var(--smallFontSize);
   transition: background-color 0.3s ease;
+  user-select: none;
 }
 
 .location-index.selected {