Skip to content

Commit 0808223

Browse files
authoredMar 10, 2017
fix(styling): example tabs should not be styled (#126)
1 parent 7ba7304 commit 0808223

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed
 

‎material.angular.io/src/app/pages/component-viewer/component-viewer.scss

+11-14
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,21 @@ app-component-viewer {
1010
margin: 16px;
1111
}
1212

13-
md-tab {
14-
margin: 30px;
13+
// Direct chain is necessary to avoid styling tabs in the example viewer
14+
& > .mat-tab-header {
15+
border: none;
16+
margin-bottom: 30px;
17+
18+
& > .mat-tab-label-container > .mat-tab-list > .mat-tab-labels > .mat-tab-label {
19+
font-weight: 400;
20+
margin: 0 10px;
21+
min-width: 0;
22+
padding: 0 5px;
23+
}
1524
}
1625
}
1726

1827
.docs-example-source {
1928
padding: 0 0 10px 30px;
2029
min-height: 150px;
2130
}
22-
23-
.mat-tab-header {
24-
border: none;
25-
margin-bottom: 30px;
26-
}
27-
28-
.docs-component-viewer-tabbed-content .mat-tab-header .mat-tab-label {
29-
font-weight: 400;
30-
margin: 0 10px;
31-
min-width: 0px;
32-
padding: 0 5px;
33-
}

0 commit comments

Comments
 (0)
Please sign in to comment.