Skip to content

Commit 95dd476

Browse files
committed
fix styles for ai reviews table
1 parent 0deabff commit 95dd476

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

src/apps/review/src/lib/components/AiReviewsTable/AiReviewsTable.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
&.reviewsTable thead tr th {
1515
border-top: 1px solid #A8A8A8;
1616
font-weight: bold;
17-
background: none;
17+
background: #f6f7f8;
1818
}
1919

2020
th, td {

src/libs/ui/lib/components/table/table-cell/TableCell.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
max-width: 450px;
66
@extend .medium-subtitle;
77
padding: $sp-4;
8-
background: $black-5;
98
word-break: break-word;
109
vertical-align: top;
1110

src/libs/ui/lib/components/table/table-row/TableRow.module.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
}
2828
}
2929

30-
.isEvenRow {
31-
td {
32-
background-color: $tc-white;
33-
}
34-
}
35-
3630
.blockExpandContainer {
3731
display: table;
3832
padding: 8px;

0 commit comments

Comments
 (0)