diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-13 09:44:47 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-13 09:44:47 +0200 |
commit | a74be2bc745fd6cb6a7bd031b4d99943277e8255 (patch) | |
tree | 8ff85c69cf0eba9d83692d57e5872328a54b9f04 /sonar-colorizer | |
parent | b8082652c6a201b17f919517c5360f6098118091 (diff) | |
download | sonarqube-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.css | 4 |
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; } |