Skip to content

Commit 350d961

Browse files
committed
#RI-5857 - fix popover borders
1 parent e16bcd9 commit 350d961

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

redisinsight/ui/src/components/side-panels/panels/live-time-recommendations/components/popover-run-analyze/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
.panelPopover {
2222
width: 432px;
2323
padding: 16px 30px !important;
24-
border-color: var(--euiColorPrimary) !important;
24+
border: 1px solid var(--euiColorPrimary) !important;
2525
:global(.euiPopover__panelArrow:before) {
26-
border-top-color: var(--euiColorLightShade) !important;
26+
border-top-color: var(--euiColorPrimary) !important;
2727
}
2828
}

redisinsight/ui/src/pages/browser/components/bulk-actions/BulkDelete/BulkDeleteFooter/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818

1919
.panelPopover {
20-
border-color: var(--euiColorPrimary) !important;
20+
border: 1px solid var(--euiColorPrimary) !important;
2121
:global(.euiPopover__panelArrow:before) {
22-
border-top-color: var(--euiColorLightShade) !important;
22+
border-top-color: var(--euiColorPrimary) !important;
2323
}
2424
}
2525

redisinsight/ui/src/pages/browser/components/bulk-actions/BulkUpload/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474
.panelPopover {
75-
border-color: var(--euiColorPrimary) !important;
75+
border: 1px solid var(--euiColorPrimary) !important;
7676
:global(.euiPopover__panelArrow:before) {
7777
border-top-color: var(--euiColorLightShade) !important;
7878
}

redisinsight/ui/src/pages/rdi/components/confirmation-popover/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.panelPopover {
77
width: 493px;
88
padding: 16px 30px !important;
9-
border-color: var(--euiColorPrimary) !important;
9+
border: 1px solid var(--euiColorPrimary) !important;
1010
:global(.euiPopover__panelArrow:before) {
1111
border-bottom-color: var(--euiColorPrimary) !important;
1212
}

0 commit comments

Comments
 (0)