Skip to content

Commit 8f05153

Browse files
authored
Merge pull request #1784 from RedisInsight/fe/bugfix/RI-4218
#RI-4218 - change box-shadow for popovers
2 parents 9eb38af + 99bf838 commit 8f05153

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redisinsight/ui/src/styles/components/_popover.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.euiPanel.euiPopover__panel {
2+
box-shadow: 0 3px 15px var(--controlsBoxShadowColor) !important;
3+
}
4+
15
.popoverLikeTooltip {
26
border: none;
37
max-width: 267px !important;

0 commit comments

Comments
 (0)