File tree 2 files changed +30
-4
lines changed
material.angular.io/src/styles
2 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 32
32
code {
33
33
background : rgba (mat-color ($foreground , secondary-text ), $exportBackgroundOpacity );
34
34
}
35
+
36
+ > table {
37
+ th , td {
38
+ border-bottom-color : mat-color ($foreground , divider );
39
+ }
40
+ }
35
41
}
36
42
}
Original file line number Diff line number Diff line change 35
35
text-decoration : none ;
36
36
}
37
37
38
- td code {
39
- font-size : 14px ;
40
- }
41
-
42
38
pre {
43
39
border-radius : 5px ;
44
40
display : block ;
56
52
code {
57
53
padding : 3px ;
58
54
}
55
+
56
+ // Target direct descendants here so that the styles don't bleed into the live examples.
57
+ > table {
58
+ text-align : left ;
59
+ table-layout : fixed ;
60
+ border-collapse : collapse ;
61
+ margin-bottom : 1em ;
62
+ font-size : 14px ;
63
+
64
+ tr {
65
+ height : 48px ;
66
+ }
67
+
68
+ th , td {
69
+ padding : 8px 4px 8px 0 ;
70
+ border-bottom-width : 1px ;
71
+ border-bottom-style : solid ;
72
+ }
73
+
74
+ // Code tends to wrap inside tables which doesn't look great with the background color.
75
+ code {
76
+ background : transparent ;
77
+ }
78
+ }
59
79
}
60
80
61
81
.docs-header-link {
You can’t perform that action at this time.
0 commit comments