aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/code-line/LineStyles.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/design-system/src/components/code-line/LineStyles.tsx')
-rw-r--r--server/sonar-web/design-system/src/components/code-line/LineStyles.tsx11
1 files changed, 5 insertions, 6 deletions
diff --git a/server/sonar-web/design-system/src/components/code-line/LineStyles.tsx b/server/sonar-web/design-system/src/components/code-line/LineStyles.tsx
index 4eb3f09ec62..f1c99be7e9b 100644
--- a/server/sonar-web/design-system/src/components/code-line/LineStyles.tsx
+++ b/server/sonar-web/design-system/src/components/code-line/LineStyles.tsx
@@ -38,12 +38,12 @@ export const LineSCMStyledDiv = styled.div`
${tw`sw-pr-2`}
${tw`sw-truncate`}
-${tw`sw-whitespace-nowrap`}
-${tw`sw-cursor-pointer`}
-${tw`sw-w-full sw-h-full`}
+ ${tw`sw-whitespace-nowrap`}
+ ${tw`sw-cursor-pointer`}
+ ${tw`sw-w-full sw-h-full`}
-&:hover {
- color: ${themeColor('codeLineMetaHover')};
+ &:hover {
+ color: var(--echoes-color-text-bold);
}
`;
@@ -160,7 +160,6 @@ export const LineCodeEllipsisStyled = styled(BareButton)`
background-color: ${themeColor('codeLineEllipsis')};
&:hover {
- color: ${themeColor('codeLineEllipsisHoverContrast')};
background-color: ${themeColor('codeLineEllipsisHover')};
}
`;