]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-18347 Elements must have sufficient color contrast
authorstanislavh <stanislav.honcharov@sonarsource.com>
Wed, 8 Feb 2023 10:45:47 +0000 (11:45 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 9 Feb 2023 20:03:34 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/quality-profiles/home/EvolutionDeprecated.tsx
server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/__snapshots__/EvolutionDeprecated-test.tsx.snap

index 305f660c19e1ed30c7ea185196bc652a050717d6..7a50724438233fda16dab9e8ac7b888547de64ea 100644 (file)
@@ -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',
index e2443422339d941105fdeeed256f1469d0364165..27d0d2a0d5f67d945eae490e3db6809c0cfdfb97 100644 (file)
@@ -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"
         >