]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12543 Remove leakColorHover from the theme
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 10 Oct 2019 14:05:52 +0000 (16:05 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 21 Oct 2019 18:21:10 +0000 (20:21 +0200)
server/sonar-web/src/main/js/app/theme.js

index 0914dde4bb6f825c0d06cd58deefd699bd326951..5796ca65c00cb0dc11143d44e89acbc697c96067 100644 (file)
@@ -65,7 +65,6 @@ module.exports = {
 
     // leak
     leakColor: '#fbf3d5',
-    leakColorHover: '#f0e7c4',
     leakBorderColor: '#eae3c7',
 
     snippetFontColor: '#f0f0f0',