Minor margin added + different anchor in link (#18450)
This commit is contained in:
parent
b84fa1da08
commit
2ca01b0c9a
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
num: tag.span(t("views.articles.comments.num", num: @article.comments_count), class: "js-comments-count", data: { comments_count: @article.comments_count })) %>
|
||||
</h2>
|
||||
<button class="c-btn c-btn--ghost crayons-btn--icon-left" id="toggle-comments-sort-dropdown" aria-controls="comments-sort-dropdown-container" aria-expanded="false" aria-label="<%= t("views.articles.comments.sort_button.aria_label") %>" aria-haspopup="true">
|
||||
<%= inline_svg_tag("expand.svg", aria_hidden: true, title: t("views.moderations.actions.admin.icon")) %>
|
||||
<%= inline_svg_tag("expand.svg", aria_hidden: true, title: t("views.moderations.actions.admin.icon"), class: "mt-2") %>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<li class="comment-sort-option">
|
||||
<a
|
||||
href="<%= @article.path %>?comments_sort=<%= sort_order %>#comments"
|
||||
href="<%= @article.path %>?comments_sort=<%= sort_order %>#toggle-comments-sort-dropdown"
|
||||
class="comment-sort-option__header pl-7 pb-0 crayons-link--block block"
|
||||
aria-describedby="<%= sort_order %>-description-text"
|
||||
aria-current="<%= "page" if show_selected %>">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue