]> source.dussan.org Git - sonarqube.git/commit
SONAR-23136 Replace usage of secondary.dark with echoes design tokens
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Fri, 11 Oct 2024 12:13:05 +0000 (14:13 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 11 Oct 2024 20:02:43 +0000 (20:02 +0000)
commit428af7fca058c643f2c163f372a4f48777e07221
tree535a084cc649825d7a0f1a6a428b94bf17995fc1
parentee37f5daf38a9d4a7a7825299f878c4cbc1589c1
SONAR-23136 Replace usage of secondary.dark with echoes design tokens
38 files changed:
server/sonar-web/design-system/src/components/BarChart.tsx
server/sonar-web/design-system/src/components/Breadcrumbs.tsx
server/sonar-web/design-system/src/components/BubbleChart.tsx
server/sonar-web/design-system/src/components/DropdownMenu.tsx
server/sonar-web/design-system/src/components/FacetItem.tsx
server/sonar-web/design-system/src/components/Histogram.tsx
server/sonar-web/design-system/src/components/IlllustredSelectionCard.tsx
server/sonar-web/design-system/src/components/InteractiveIcon.tsx
server/sonar-web/design-system/src/components/KeyboardHint.tsx
server/sonar-web/design-system/src/components/SelectionCard.tsx
server/sonar-web/design-system/src/components/Text.tsx
server/sonar-web/design-system/src/components/Tooltip.tsx
server/sonar-web/design-system/src/components/TutorialStep.tsx
server/sonar-web/design-system/src/components/__tests__/Text-test.tsx
server/sonar-web/design-system/src/components/__tests__/__snapshots__/Histogram-test.tsx.snap
server/sonar-web/design-system/src/components/__tests__/__snapshots__/KeyboardHint-test.tsx.snap
server/sonar-web/design-system/src/components/buttons/BareButtons.tsx
server/sonar-web/design-system/src/components/code-line/LineNumber.tsx
server/sonar-web/design-system/src/components/code-line/LineStyles.tsx
server/sonar-web/design-system/src/components/icons/StatusResolvedIcon.tsx
server/sonar-web/design-system/src/components/input/InputSearch.tsx
server/sonar-web/design-system/src/components/input/SearchSelectDropdownControl.tsx
server/sonar-web/design-system/src/components/subnavigation/SubnavigationSubheading.tsx
server/sonar-web/design-system/src/components/toast-message/ToastMessage.tsx
server/sonar-web/design-system/src/sonar-aligned/components/input/SelectCommon.tsx
server/sonar-web/design-system/src/sonar-aligned/components/typography/Note.tsx
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/src/main/js/app/components/GlobalFooter.tsx
server/sonar-web/src/main/js/apps/component-measures/drilldown/BubbleChartView.tsx
server/sonar-web/src/main/js/apps/issues/components/ComponentBreadcrumbs.tsx
server/sonar-web/src/main/js/apps/issues/issues-subnavigation/IssueLocationsCrossFile.tsx
server/sonar-web/src/main/js/apps/issues/issues-subnavigation/SubnavigationIssue.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotListItem.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltips.tsx
server/sonar-web/src/main/js/components/controls/ListFooter.tsx
server/sonar-web/src/main/js/components/issue/components/IssueMetaBar.tsx
server/sonar-web/src/main/js/components/new-code-definition/NewCodeDefinitionSelector.tsx
server/sonar-web/src/main/js/components/rules/IssueSuggestionLine.tsx