aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-colorizer
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-05-13 09:44:47 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-05-13 09:44:47 +0200
commita74be2bc745fd6cb6a7bd031b4d99943277e8255 (patch)
tree8ff85c69cf0eba9d83692d57e5872328a54b9f04 /sonar-colorizer
parentb8082652c6a201b17f919517c5360f6098118091 (diff)
downloadsonarqube-a74be2bc745fd6cb6a7bd031b4d99943277e8255.tar.gz
sonarqube-a74be2bc745fd6cb6a7bd031b4d99943277e8255.zip
SONAR-4237 remove the orange background on references
Diffstat (limited to 'sonar-colorizer')
-rw-r--r--sonar-colorizer/src/main/resources/sonar-colorizer.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-colorizer/src/main/resources/sonar-colorizer.css b/sonar-colorizer/src/main/resources/sonar-colorizer.css
index 7e1b47f87d3..4e77db66567 100644
--- a/sonar-colorizer/src/main/resources/sonar-colorizer.css
+++ b/sonar-colorizer/src/main/resources/sonar-colorizer.css
@@ -68,10 +68,6 @@
cursor: hand; cursor: pointer;
}
-.sym:hover {
- background-color: #ff8c00;
-}
-
.highlighted {
background-color: #B3D4FF;
}