Commit 69d002a1 by alisan617 Committed by GitHub

Merge pull request #14413 from edx/alisan/discussion-a11y-TNL-6363

discussion all topics button in breadcrumbs markup change
parents 2545c67f ac939354
<h6 class="hd-6 breadcrumbs">
<div class="breadcrumbs">
<span class="nav-item">
<button class="btn-link all-topics">
<span class="icon fa fa-bars" aria-hidden="true"></span><%- gettext('All Topics') %>
......@@ -8,4 +8,4 @@
<span class="fa fa-angle-right"></span>
<span class="nav-item"><%- content %></span>
<% }); %>
</h6>
</div>
......@@ -20,6 +20,13 @@
vertical-align: middle;
}
.has-breadcrumbs .breadcrumbs {
margin-bottom: ($baseline / 2);
font-size: font-size(base);
font-weight: font-weight(semi-bold);
line-height: $base-line-height;
}
.page-header-main {
line-height: $searchBoxHeight;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment