Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Breadcrumb style two fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Sep 26, 2016
1 parent 83e2a23 commit 7f50aed
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ New in 3.1.0.9
- FIX: Issue #762: Course fullname repeated above and below breadcrumbs.
- FIX: Issue #763: Custom EOT files don't work.
- FIX: Issue #765: Link font family is wrong.
- FIX: Breadcrumb style two fixes.
- NEW: Issue #738: Fixes #736 add extra urlcolor for stripes.

New in 3.1.0.8
Expand Down
2 changes: 1 addition & 1 deletion less/essential-alternative.less
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
ul.breadcrumb.style2 {
li {
a {
color: ~"[[setting:alternativethemenavcolor@{index}]]";
color: ~"[[setting:alternativethemeurlcolor@{index}]]";
&:hover {
color: ~"[[setting:alternativethemehovercolor@{index}]]";
}
Expand Down
7 changes: 3 additions & 4 deletions less/essential/breadcrumb.less
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@
line-height: 20px;
vertical-align: top;
}
li:last-child:after {
content: "";
}
}

/* @end */
Expand Down Expand Up @@ -251,6 +248,7 @@
content: "\f138";
}
li:last-child:after {
content: "";
padding-right: 5px;
}
li:last-of-type {
Expand Down Expand Up @@ -333,9 +331,10 @@
}
}
li:after {
content: "\f138";
content: "\f137";
}
li:last-child:after {
content: "";
padding-left: 5px;
}
li:last-of-type {
Expand Down
2 changes: 1 addition & 1 deletion less/essential/settings/breadcrumb.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
ul.breadcrumb.style2 {
li {
a {
color: ~"[[setting:themetextcolor]]";
color: ~"[[setting:themeurlcolor]]";
}
a:hover {
color: ~"[[setting:themehovercolor]]";
Expand Down
2 changes: 1 addition & 1 deletion style/essential-alternative.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style/essential-settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ p.tree_item.branch.emptybranch:focus:before {
/* @end */
/* @group Breadcrumb Style Simple */
ul.breadcrumb.style2 li a {
color: [[setting:themetextcolor]];
color: [[setting:themeurlcolor]];
}
ul.breadcrumb.style2 li a:hover {
color: [[setting:themehovercolor]];
Expand Down
2 changes: 1 addition & 1 deletion style/essential.css

Large diffs are not rendered by default.

0 comments on commit 7f50aed

Please sign in to comment.