File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
<span class =' access' >deprecated</span >
18
18
{{ /if }}
19
19
{{!-- TODO: Fix this link for a11y --}}
20
- <a class =' class-field-description--link' href =" #{{ @field.name }} " role = ' link ' >
20
+ <a class =' class-field-description--link' href =" #{{ @field.name }} " >
21
21
{{ svg-jar ' link' width =' 20px' height =' 20px' }}
22
22
</a >
23
23
</h3 >
Original file line number Diff line number Diff line change @@ -143,15 +143,17 @@ dd {
143
143
}
144
144
145
145
.on-this-page-wrapper .api-index-filter {
146
- margin-top : var (--spacing-2 )
146
+ margin-top : var (--spacing-2 );
147
147
}
148
148
149
149
.on-this-page-wrapper ul {
150
150
margin-top : 0 ;
151
151
}
152
152
153
- section .method , section .property , section .event {
154
- margin-bottom : var (--spacing-3 );
153
+ section .method ,
154
+ section .property ,
155
+ section .event {
156
+ margin-bottom : var (--spacing-3 );
155
157
}
156
158
157
159
.whoops {
You can’t perform that action at this time.
0 commit comments