diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-10-10 16:05:52 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-10-21 20:21:10 +0200 |
commit | a2f6e0ec2af15ea08c32bfa2801f1107d8474991 (patch) | |
tree | cd366a56ff8a7ba8690c1a8a53ac8499f6e55699 /server/sonar-web/src/main | |
parent | 09c58e9e477453cccab65bfb70278db0b75490fb (diff) | |
download | sonarqube-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.js | 1 |
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', |