improve table styling

This commit is contained in:
Philipp Kühn
2020-11-02 16:47:21 +01:00
parent b3fb079fee
commit c9d5494875

View File

@@ -210,16 +210,6 @@
color: $colorWhite;
font-weight: 500;
border-bottom: 1px solid rgba($colorWhite, 0.2);
&:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
&:last-child {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
}
td {
@@ -229,6 +219,16 @@
tr:last-child td {
border-bottom: 0;
}
tbody tr {
&:last-child td {
border-bottom: 0;
}
&:hover {
background: rgba($colorWhite, 0.02);
}
}
}
> .remark-container {