Skip to content

Commit 6ded30c

Browse files
committed
#RI-6313 - add table borders
1 parent cbe857e commit 6ded30c

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

redisinsight/ui/src/pages/home/components/import-database/components/ResultsLog/styles.module.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@
1515
}
1616
}
1717

18-
&:global(.euiAccordion-isOpen) {
19-
:global {
20-
.euiAccordion__triggerWrapper {
21-
border-radius: 0;
22-
border-color: transparent;
23-
}
24-
}
25-
}
26-
2718
&:global(.success) {
2819
&:before {
2920
background-color: var(--successBorderColor);

redisinsight/ui/src/pages/home/components/import-database/components/TableResult/styles.module.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@
2121
}
2222
}
2323
}
24+
25+
:global(.inMemoryTableDefault.noBorders) {
26+
&.table {
27+
:global(.euiTableHeaderCell:last-child) {
28+
border-right: 1px solid var(--euiColorLightShade) !important;
29+
}
30+
}
31+
}
2432
}

0 commit comments

Comments
 (0)