diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-05-28 17:56:02 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-06-02 20:05:09 +0000 |
commit | 947685909fbdee4146a59c67cc706b5e7f530876 (patch) | |
tree | b2432f20571c6358e7fc7944246ce9ae00c27b0b /server/sonar-web/src/main/js/apps/projectBaseline | |
parent | 1e44d80e9c900ac61274c7c3ada3c4c2df3e10ee (diff) | |
download | sonarqube-947685909fbdee4146a59c67cc706b5e7f530876.tar.gz sonarqube-947685909fbdee4146a59c67cc706b5e7f530876.zip |
SONAR-12920 Add product footer to the Hotspots page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectBaseline')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectBaseline/styles.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectBaseline/styles.css b/server/sonar-web/src/main/js/apps/projectBaseline/styles.css index 04e71f3813a..0d7889c79a6 100644 --- a/server/sonar-web/src/main/js/apps/projectBaseline/styles.css +++ b/server/sonar-web/src/main/js/apps/projectBaseline/styles.css @@ -144,7 +144,3 @@ .project-activity-event-icon.OTHER { color: #442d1b; } - -.invisible { - visibility: hidden; -} |