File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
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 >
15<ul class =' table-of-contents ' >
26 <li class =' toc-item toc-group' data-test-toc-title =" packages" >
37 Packages
3842 </ul >
3943 </li >
4044</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 @@ -93,6 +93,11 @@ li.toc-heading:first-child {
9393 margin-top : 0 ;
9494}
9595
96+ .toc-private-toggle {
97+ display : block;
98+ margin-top : var (--spacing-2 );
99+ }
100+
96101a .class-field-description--link {
97102 margin-left : 12px ;
98103 vertical-align : middle;
You can’t perform that action at this time.
0 commit comments