File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ <label class =' toc-private-toggle' >
2
+ <input type =' checkbox' checked ={{ @showPrivateClasses }} onchange ={{ @togglePrivateClasses }} class =' private-deprecated-toggle' />
3
+ Show Private / Deprecated packages
4
+ </label >
1
5
<ul class =' table-of-contents ' >
2
6
<li class =' toc-item toc-group' data-test-toc-title =" packages" >
3
7
Packages
38
42
</ul >
39
43
</li >
40
44
</ul >
41
- <label class =' toc-private-toggle' >
42
- <input type =' checkbox' checked ={{ @showPrivateClasses }} onchange ={{ @togglePrivateClasses }} class =' private-deprecated-toggle' />
43
- Show Private / Deprecated
44
- </label >
Original file line number Diff line number Diff line change @@ -91,6 +91,11 @@ li.toc-heading:first-child {
91
91
margin-top : 0 ;
92
92
}
93
93
94
+ .toc-private-toggle {
95
+ display : block;
96
+ margin-top : var (--spacing-2 );
97
+ }
98
+
94
99
a .class-field-description--link {
95
100
margin-left : 12px ;
96
101
vertical-align : middle;
@@ -109,8 +114,6 @@ a.class-field-description--link:hover svg {
109
114
fill : var (--color-brand );
110
115
}
111
116
112
-
113
-
114
117
.parameter , .return {
115
118
display : flex;
116
119
gap : var (--spacing-1 );
You can’t perform that action at this time.
0 commit comments