Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
69d002a1
Commit
69d002a1
authored
Jan 27, 2017
by
alisan617
Committed by
GitHub
Jan 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14413 from edx/alisan/discussion-a11y-TNL-6363
discussion all topics button in breadcrumbs markup change
parents
2545c67f
ac939354
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lms/djangoapps/discussion/static/discussion/templates/fake-breadcrumbs.underscore
+2
-2
lms/static/sass/discussion/elements/_navigation.scss
+7
-0
No files found.
lms/djangoapps/discussion/static/discussion/templates/fake-breadcrumbs.underscore
View file @
69d002a1
<
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
>
lms/static/sass/discussion/elements/_navigation.scss
View file @
69d002a1
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment