Skip to content

Commit

Permalink
remove hr bc it increases speech and braille verbosity (github#24807)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark authored Jan 28, 2022
1 parent 001bef8 commit c8b8944
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion includes/graphql-enum.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ <h4>{% data ui.products.graphql.reference.values %}</h4>
<p>{{ value.description }}</p>
{% endfor %}
</div>
<hr />
</div>
1 change: 0 additions & 1 deletion includes/graphql-input-object.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ <h2 id="{{ item.id }}">
<h4>{% data ui.products.graphql.reference.input_fields %}</h4>
{% assign fields = item.inputFields %} {% include graphql-fields %}
</div>
<hr />
</div>
1 change: 0 additions & 1 deletion includes/graphql-interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ <h4>{% data ui.products.graphql.reference.fields %}</h4>
{% include graphql-fields %}
{% endif %}
</div>
<hr />
</div>
1 change: 0 additions & 1 deletion includes/graphql-mutation.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ <h2 id="{{ item.id }}">
{% include graphql-input-fields %}
{% include graphql-return-fields %}
</div>
<hr />
</div>
1 change: 0 additions & 1 deletion includes/graphql-object.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ <h4>{% data ui.products.graphql.reference.implements %}</h4>
<h4>{% data ui.products.graphql.reference.fields %}</h4>
{% assign fields = item.fields %} {% include graphql-fields %} {% endif %}
</div>
<hr />
</div>
1 change: 0 additions & 1 deletion includes/graphql-query.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ <h2 id="{{ item.id }}">
<h4>{% data ui.products.graphql.reference.arguments %}</h4>
{% assign fields = item.args %} {% include graphql-fields %} {% endif %}
</div>
<hr />
</div>
1 change: 0 additions & 1 deletion includes/graphql-scalar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ <h2 id="{{ item.id }}">
{% include graphql-preview %}
{% include graphql-deprecation %}
</div>
<hr />
</div>
1 change: 0 additions & 1 deletion includes/graphql-union.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ <h4>{% data ui.products.graphql.reference.possible_types %}</h4>
{% endfor %}
</ul>
</div>
<hr />
</div>
1 change: 0 additions & 1 deletion includes/rest_operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,4 @@ <h4 id="{{operation.slug}}-preview-notices">
</div>
{%- endfor -%} {%- endif -%}
</div>
<hr />
</div>

0 comments on commit c8b8944

Please sign in to comment.