Skip to content

Commit 0c402df

Browse files
committed
#305 bars
1 parent 7dd5599 commit 0c402df

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

scss/_tables.scss

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,26 @@ th {
99

1010
td,
1111
th {
12-
border-bottom: (.06 * $em) solid $gray;
1312
padding: .825 * $em $em;
1413
text-align: left;
1514
vertical-align: top;
1615
word-wrap: break-word;
1716
}
1817

1918
thead th {
20-
border-bottom-width: .12 * $em;
19+
border-bottom: .12 * $em solid $gray;
20+
border-left: .06 * $em solid lighten($black, 80);
2121
padding-bottom: .35 * $em;
22+
23+
&:first-child {
24+
border-left: 0;
25+
}
26+
}
27+
28+
tbody tr {
29+
&:hover {
30+
background-color: lighten($black, 98);
31+
}
2232
}
2333

2434
table {
@@ -39,10 +49,6 @@ table {
3949
tr {
4050
border-bottom-width: .12 * $em;
4151

42-
&:hover {
43-
background-color: lighten($black, 98);
44-
}
45-
4652
th {
4753
border-bottom-width: .12 * $em;
4854
}

0 commit comments

Comments
 (0)