Skip to content

Commit 87e5a8d

Browse files
committed
lint fix
1 parent f259e2a commit 87e5a8d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/components/class-field-description.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<span class='access'>deprecated</span>
1818
{{/if}}
1919
{{!-- 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}}">
2121
{{svg-jar 'link' width='20px' height='20px'}}
2222
</a>
2323
</h3>

app/styles/app.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,17 @@ dd {
143143
}
144144

145145
.on-this-page-wrapper .api-index-filter {
146-
margin-top: var(--spacing-2)
146+
margin-top: var(--spacing-2);
147147
}
148148

149149
.on-this-page-wrapper ul {
150150
margin-top: 0;
151151
}
152152

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);
155157
}
156158

157159
.whoops {

0 commit comments

Comments
 (0)