]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19236 Fix security hotspot BBT
author7PH <benjamin.raymond@sonarsource.com>
Wed, 17 May 2023 10:18:33 +0000 (12:18 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 24 May 2023 20:03:14 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotSidebarHeader.tsx

index 254cb0d1d072425395ed9ed808309db067fd7c75..736bd73b7d7f7a4357e4255578fd0b3220dd8e62 100644 (file)
@@ -73,7 +73,7 @@ function HotspotSidebarHeader(props: SecurityHotspotsAppRendererProps) {
           <CoverageIndicator value={hotspotsReviewedMeasure} />
         )}
         <Measure
-          className="sw-ml-2 sw-body-sm-highlight"
+          className="sw-ml-2 sw-body-sm-highlight it__hs-review-percentage"
           metricKey={
             isBranch(branchLike) && !filters.inNewCodePeriod
               ? MetricKey.security_hotspots_reviewed