We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd5599 commit 0c402dfCopy full SHA for 0c402df
scss/_tables.scss
@@ -9,16 +9,26 @@ th {
9
10
td,
11
th {
12
- border-bottom: (.06 * $em) solid $gray;
13
padding: .825 * $em $em;
14
text-align: left;
15
vertical-align: top;
16
word-wrap: break-word;
17
}
18
19
thead th {
20
- border-bottom-width: .12 * $em;
+ border-bottom: .12 * $em solid $gray;
+ border-left: .06 * $em solid lighten($black, 80);
21
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
32
33
34
table {
@@ -39,10 +49,6 @@ table {
39
49
tr {
40
50
border-bottom-width: .12 * $em;
41
51
42
- &:hover {
43
- background-color: lighten($black, 98);
44
- }
45
-
46
52
47
53
48
54
0 commit comments