Skip to content

Commit 43f4b58

Browse files
committed
#RI-3599 - update styles for survey link
1 parent 39ec3a3 commit 43f4b58

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

redisinsight/ui/src/components/bottom-group-components/components/bottom-group-minimized/BottomGroupMinimized.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const BottomGroupMinimized = () => {
126126
</EuiFlexItem>
127127
</EuiFlexGroup>
128128
<a
129-
className={styles.link}
129+
className={styles.surveyLink}
130130
target="_blank"
131131
rel="noreferrer"
132132
href={EXTERNAL_LINKS.userSurvey}

redisinsight/ui/src/components/bottom-group-components/styles.module.scss

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,24 @@
1717
line-height: 26px;
1818
border: 1px solid var(--euiColorLightShade);
1919

20-
.link {
20+
.surveyLink {
2121
display: flex;
2222
align-items: center;
2323
height: 100%;
24-
background: #F6F7F9;
2524
padding: 0 12px;
26-
border-radius: 4px 4px 0 0;
27-
28-
color: #010101 !important;
25+
color: var(--htmlColor) !important;
2926
font: normal normal normal 12px/18px Graphik;
3027

3128
&:hover {
32-
text-decoration: underline;
29+
background-color: var(--euiColorSecondary);
30+
color: var(--euiColorPrimaryText) !important;
3331
}
3432
}
3533

3634
.surveyIcon {
3735
margin-right: 8px;
38-
width: 20px;
39-
height: 20px;
36+
width: 18px;
37+
height: 18px;
4038
}
4139
}
4240

0 commit comments

Comments
 (0)