diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-02-08 11:45:47 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-02-09 20:03:34 +0000 |
commit | dd00c4944396806fb263ddab4df773b17a291729 (patch) | |
tree | 36f6b86daabdf2e44918c7a348b7bb99cce3ac7f /server/sonar-web | |
parent | 129a2a269fe2e1dcffca275faff501ba24891c93 (diff) | |
download | sonarqube-dd00c4944396806fb263ddab4df773b17a291729.tar.gz sonarqube-dd00c4944396806fb263ddab4df773b17a291729.zip |
SONAR-18347 Elements must have sufficient color contrast
Diffstat (limited to 'server/sonar-web')
2 files changed, 1 insertions, 5 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/home/EvolutionDeprecated.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/home/EvolutionDeprecated.tsx index 305f660c19e..7a507244382 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/home/EvolutionDeprecated.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/home/EvolutionDeprecated.tsx @@ -78,7 +78,7 @@ export default class EvolutionDeprecated extends React.PureComponent<Props> { } return ( - <div className="muted" key={rule.from.key}> + <div key={rule.from.key}> {' '} {translateWithParameters( 'coding_rules.filters.inheritance.x_inherited_from_y', diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/__snapshots__/EvolutionDeprecated-test.tsx.snap b/server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/__snapshots__/EvolutionDeprecated-test.tsx.snap index e2443422339..27d0d2a0d5f 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/__snapshots__/EvolutionDeprecated-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/__snapshots__/EvolutionDeprecated-test.tsx.snap @@ -49,14 +49,12 @@ exports[`should render correctly 1`] = ` quality_profile.x_rules.4 </ForwardRef(Link)> <div - className="muted" key="qp-2" > coding_rules.filters.inheritance.x_inherited_from_y.2.Quality Profile 2 </div> <div - className="muted" key="qp-4" > @@ -96,7 +94,6 @@ exports[`should render correctly 1`] = ` quality_profile.x_rules.3 </ForwardRef(Link)> <div - className="muted" key="qp-2" > @@ -169,7 +166,6 @@ exports[`should render correctly 1`] = ` quality_profile.x_rules.2 </ForwardRef(Link)> <div - className="muted" key="qp-2" > |