Skip to content

Commit 70380c7

Browse files
committed
#RI-4771 - New recommendation is not highlighted
1 parent 3e4b06f commit 70380c7

File tree

1 file changed

+6
-1
lines changed
  • redisinsight/ui/src/components/live-time-recommendations/components/recommendation

1 file changed

+6
-1
lines changed

redisinsight/ui/src/components/live-time-recommendations/components/recommendation/styles.module.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
margin-bottom: 10px;
77
border-radius: 8px;
88
overflow: hidden;
9+
border: 1px solid var(--recommendationLiveBorderColor);
10+
11+
&.read {
12+
border: 1px solid var(--recommendationBgColor);
13+
}
914

1015
.redisStackLink {
1116
margin-right: 12px;
@@ -168,7 +173,7 @@
168173
:global(.euiButton__text) {
169174
color: var(--euiColorEmptyShade);
170175
font:
171-
normal normal 400 14px/17px Graphik,
176+
normal normal 600 14px/17px Graphik,
172177
sans-serif !important;
173178
}
174179
}

0 commit comments

Comments
 (0)