Skip to content

Commit 680d0c4

Browse files
authored
Merge pull request #716 from RedisInsight/RI-2623
[RedisGraph] Make tooltip consistent with workbench tooltip
2 parents d09da61 + 2f221b7 commit 680d0c4

File tree

1 file changed

+12
-0
lines changed
  • redisinsight/ui/src/packages/redisgraph/src/styles

1 file changed

+12
-0
lines changed

redisinsight/ui/src/packages/redisgraph/src/styles/styles.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
--info-background: #20222B;
1111
--info-color: white;
1212
--svg-background: #010101;
13+
--tooltip-background: #3E4B5E;
1314
}
1415

1516
.theme_LIGHT {
1617
--info-background: white;
1718
--info-color: black;
1819
--svg-background: #FFFFFF;
20+
--tooltip-background: white;
1921
}
2022

2123

@@ -251,3 +253,13 @@
251253
padding: 12px !important;
252254
font-family: monospace !important;
253255
}
256+
257+
.euiToolTip {
258+
color: var(--info-color) !important;
259+
background-color: var(--tooltip-background) !important;
260+
font-size: 12px !important;
261+
}
262+
263+
.euiToolTip__arrow {
264+
background-color: var(--tooltip-background) !important;
265+
}

0 commit comments

Comments
 (0)