aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components
diff options
context:
space:
mode:
author7PH <benjamin.raymond@sonarsource.com>2023-11-21 12:19:56 +0100
committersonartech <sonartech@sonarsource.com>2023-11-22 20:02:41 +0000
commitcaf84aa4dd545eabd752e4d5a9ad50091e4743c2 (patch)
tree3c1610b35587efcb95858405536b094dbcff1045 /server/sonar-web/design-system/src/components
parentf459f0ef37f527860e002f0f0d5e6b2e5c2324d1 (diff)
downloadsonarqube-caf84aa4dd545eabd752e4d5a9ad50091e4743c2.tar.gz
sonarqube-caf84aa4dd545eabd752e4d5a9ad50091e4743c2.zip
SONAR-20870 Apply minor UX/PM validation fixes after MMF-3441
Diffstat (limited to 'server/sonar-web/design-system/src/components')
-rw-r--r--server/sonar-web/design-system/src/components/HighlightRing.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/components/HighlightRing.tsx b/server/sonar-web/design-system/src/components/HighlightRing.tsx
index 864b5de07b7..9aff64b968d 100644
--- a/server/sonar-web/design-system/src/components/HighlightRing.tsx
+++ b/server/sonar-web/design-system/src/components/HighlightRing.tsx
@@ -25,6 +25,7 @@ export const HighlightRing = styled.div`
&.active {
box-shadow: 0 0 4px 0 ${themeColor('primary')};
background: ${themeColor('highlightRingBackground')};
+ z-index: 1;
${tw`sw-rounded-1/2`}
}
`;