aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2019-10-10 16:05:52 +0200
committerSonarTech <sonartech@sonarsource.com>2019-10-21 20:21:10 +0200
commita2f6e0ec2af15ea08c32bfa2801f1107d8474991 (patch)
treecd366a56ff8a7ba8690c1a8a53ac8499f6e55699 /server/sonar-web/src/main
parent09c58e9e477453cccab65bfb70278db0b75490fb (diff)
downloadsonarqube-a2f6e0ec2af15ea08c32bfa2801f1107d8474991.tar.gz
sonarqube-a2f6e0ec2af15ea08c32bfa2801f1107d8474991.zip
SONAR-12543 Remove leakColorHover from the theme
Diffstat (limited to 'server/sonar-web/src/main')
-rw-r--r--server/sonar-web/src/main/js/app/theme.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js
index 0914dde4bb6..5796ca65c00 100644
--- a/server/sonar-web/src/main/js/app/theme.js
+++ b/server/sonar-web/src/main/js/app/theme.js
@@ -65,7 +65,6 @@ module.exports = {
// leak
leakColor: '#fbf3d5',
- leakColorHover: '#f0e7c4',
leakBorderColor: '#eae3c7',
snippetFontColor: '#f0f0f0',