Skip to content

Commit 9ea7c67

Browse files
committed
ui update
1 parent 5be709e commit 9ea7c67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ui/layouts/common/Table/index.module.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@
2727
}
2828

2929
.tableRow {
30-
border-top: 1px solid $lightestGreyColor;
30+
// border-top: 1px solid $lightestGreyColor;
3131
}
3232

3333
.clickableTableRow {
3434
cursor: pointer;
3535
}
3636

3737
.tableHeaderRow {
38-
border-top: 1px solid $lightestGreyColor;
3938
background-color: #F6F6F7 !important;
4039
}
4140

@@ -45,6 +44,8 @@
4544
color: #424240 !important;
4645
font-size: 14px !important;
4746
font-weight: 400;
47+
border: 0;
48+
outline: none;
4849
}
4950

5051

0 commit comments

Comments
 (0)