]> source.dussan.org Git - sonarqube.git/commit
remove graphics.css
authorStas Vilchik <stas.vilchik@sonarsource.com>
Wed, 2 Jan 2019 11:05:55 +0000 (12:05 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 7 Jan 2019 19:21:00 +0000 (20:21 +0100)
commit29cb445037eddc9482b3e45ec25702d0fc37e205
tree24beb892fa749b483bf65da44a1ec2728c24734b
parent6da5e35b4fb6f5ea771b939b88204b8dd4587458
remove graphics.css
23 files changed:
server/sonar-web/src/main/js/app/styles/components/graphics.css [deleted file]
server/sonar-web/src/main/js/app/styles/sonar.css
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendCustom.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendItem.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendStatic.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltips.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContent.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentIssues.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsLegendItem-test.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContent-test.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentIssues-test.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendCustom-test.tsx.snap
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendItem-test.tsx.snap
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendStatic-test.tsx.snap
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltips-test.tsx.snap
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContent-test.tsx.snap
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentIssues-test.tsx.snap
server/sonar-web/src/main/js/components/icons-components/ChartLegendIcon.tsx
server/sonar-web/src/main/js/components/preview-graph/PreviewGraphTooltips.tsx
server/sonar-web/src/main/js/components/preview-graph/PreviewGraphTooltipsContent.tsx
server/sonar-web/src/main/js/components/preview-graph/__tests__/PreviewGraphTooltipsContent-test.tsx
server/sonar-web/src/main/js/components/preview-graph/__tests__/__snapshots__/PreviewGraphTooltips-test.tsx.snap
server/sonar-web/src/main/js/components/preview-graph/__tests__/__snapshots__/PreviewGraphTooltipsContent-test.tsx.snap